Html Css Color HEX #BDEC68 Sulu

📋 copy color: '#BDEC68'

red 189 ◦ green 236 ◦ blue 104

#BDEC68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDEC68

Tints of Sulu #BDEC68

RGB

 RED value IS 189 (74.22% from 255) = 35.73%

 GREEN value IS 236 (92.58% from 255) = 44.61%

 BLUE value IS 104 (41.02% from 255) = 19.66%

R = 35.73%
G = 44.61%
B = 19.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDEC68 (or 0xBDEC68) is known color: Sulu. HEX triplet: BD, EC and 68. RGB value is (189,236,104). Sum of RGB (Red+Green+Blue) = 189+236+104=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC68 is #421397. Grayscale: #CFCFCF. Windows color (decimal): -4330392 or 6876349. OLE color: 6876349.

HSL color Cylindrical-coordinate representation of color #BDEC68: hue angle of 81.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDEC68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 104 -
CMYK 0.20 0 0.56 0.07
HSL 81.36º 0.78% 0.67% -
HSV(B) 81.36º 0.56% 0.93% -
XYZ 53.48 71.81 24.14 -
YUV 206.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 189 236 104 0.20 0 0.56 0.07 81.36 0.78 0.67
Hex BD EC 68 14 0 38 7 51 4E 43
Octal 275 354 150 24 0 70 7 121 116 103
Binary 10111101 11101100 1101000 10100 0 111000 111 1010001 1001110 1000011

Color Harmonies of #BDEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC68

Black with #BDEC68

Text Example


Text Example

White with #BDEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC68; }

 p { color: rgb(189,236,104); }

 H1.HeaderClassName
 {
   color: #BDEC68;
 }
 .AnyTagClassName
 {
   color: #BDEC68;
 }
</style>

background-color css

<style>
 a { background-color: #BDEC68; }

 a { background-color: rgb(189,236,104); }

 div.DivClassName
 {
   background-color: #BDEC68;
 }
 .BgClassName
 {
   background-color: #BDEC68;
 }
</style>

border-color css

<style>
 span { border-color: #BDEC68; }

 span { border-color: rgb(189,236,104); }

 td.TdClassName
 {
   border-color: #BDEC68;
 }
 .TagClassName
 {
   border-color: #BDEC68;
 }
</style>