Html Css Color HEX #D6EB8C Sulu

📋 copy color: '#D6EB8C'

red 214 ◦ green 235 ◦ blue 140

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

Shades of Sulu #D6EB8C

Tints of Sulu #D6EB8C

RGB

 RED value IS 214 (83.98% from 255) = 36.33%

 GREEN value IS 235 (92.19% from 255) = 39.9%

 BLUE value IS 140 (55.08% from 255) = 23.77%

R = 36.33%
G = 39.9%
B = 23.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#D6EB8C (or 0xD6EB8C) is known color: Sulu. HEX triplet: D6, EB and 8C. RGB value is (214,235,140). Sum of RGB (Red+Green+Blue) = 214+235+140=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EB8C is #291473. Grayscale: #DADADA. Windows color (decimal): -2692212 or 9235414. OLE color: 9235414.

HSL color Cylindrical-coordinate representation of color #D6EB8C: hue angle of 73.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6EB8C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 140 -
CMYK 0.09 0 0.40 0.08
HSL 73.26º 0.7% 0.74% -
HSV(B) 73.26º 0.4% 0.92% -
XYZ 62.17 75.61 36.13 -
YUV 217.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 214 235 140 0.09 0 0.40 0.08 73.26 0.7 0.74
Hex D6 EB 8C 9 0 28 8 49 46 4A
Octal 326 353 214 11 0 50 10 111 106 112
Binary 11010110 11101011 10001100 1001 0 101000 1000 1001001 1000110 1001010

Color Harmonies of #D6EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB8C

Black with #D6EB8C

Text Example


Text Example

White with #D6EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB8C; }

 p { color: rgb(214,235,140); }

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

background-color css

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

 a { background-color: rgb(214,235,140); }

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

border-color css

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

 span { border-color: rgb(214,235,140); }

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