Html Css Color HEX #D2E885 Sulu

📋 copy color: '#D2E885'

red 210 ◦ green 232 ◦ blue 133

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

Shades of Sulu #D2E885

Tints of Sulu #D2E885

RGB

 RED value IS 210 (82.42% from 255) = 36.52%

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

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

R = 36.52%
G = 40.35%
B = 23.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#D2E885 (or 0xD2E885) is known color: Sulu. HEX triplet: D2, E8 and 85. RGB value is (210,232,133). Sum of RGB (Red+Green+Blue) = 210+232+133=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E885 is #2D177A. Grayscale: #D6D6D6. Windows color (decimal): -2955131 or 8775890. OLE color: 8775890.

HSL color Cylindrical-coordinate representation of color #D2E885: hue angle of 73.33º 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 #D2E885 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 232 133 -
CMYK 0.09 0 0.43 0.09
HSL 73.33º 0.68% 0.72% -
HSV(B) 73.33º 0.43% 0.91% -
XYZ 59.67 73.11 33.16 -
YUV 214.14 82.21 125.05 -
System Red Green Blue C M Y K H S L
Decimal 210 232 133 0.09 0 0.43 0.09 73.33 0.68 0.72
Hex D2 E8 85 9 0 2B 9 49 44 48
Octal 322 350 205 11 0 53 11 111 104 110
Binary 11010010 11101000 10000101 1001 0 101011 1001 1001001 1000100 1001000

Color Harmonies of #D2E885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E885

Black with #D2E885

Text Example


Text Example

White with #D2E885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E885; }

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

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

background-color css

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

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

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

border-color css

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

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

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