Html Css Color HEX #D6E885 Sulu

📋 copy color: '#D6E885'

red 214 ◦ green 232 ◦ blue 133

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

Shades of Sulu #D6E885

Tints of Sulu #D6E885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.07%

 BLUE value IS 133 (52.34% from 255) = 22.97%

R = 36.96%
G = 40.07%
B = 22.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#D6E885 (or 0xD6E885) is known color: Sulu. HEX triplet: D6, E8 and 85. RGB value is (214,232,133). Sum of RGB (Red+Green+Blue) = 214+232+133=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E885 is #29177A. Grayscale: #D7D7D7. Windows color (decimal): -2692987 or 8775894. OLE color: 8775894.

HSL color Cylindrical-coordinate representation of color #D6E885: hue angle of 70.91º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6E885 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 133 -
CMYK 0.08 0 0.43 0.09
HSL 70.91º 0.68% 0.72% -
HSV(B) 70.91º 0.43% 0.91% -
XYZ 60.82 73.7 33.21 -
YUV 215.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 214 232 133 0.08 0 0.43 0.09 70.91 0.68 0.72
Hex D6 E8 85 8 0 2B 9 47 44 48
Octal 326 350 205 10 0 53 11 107 104 110
Binary 11010110 11101000 10000101 1000 0 101011 1001 1000111 1000100 1001000

Color Harmonies of #D6E885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E885

Black with #D6E885

Text Example


Text Example

White with #D6E885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E885; }

 p { color: rgb(214,232,133); }

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

background-color css

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

 a { background-color: rgb(214,232,133); }

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

border-color css

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

 span { border-color: rgb(214,232,133); }

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