Html Css Color HEX #D2EE91 Reef

📋 copy color: '#D2EE91'

red 210 ◦ green 238 ◦ blue 145

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

Shades of Reef #D2EE91

Tints of Reef #D2EE91

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.13%

 BLUE value IS 145 (57.03% from 255) = 24.45%

R = 35.41%
G = 40.13%
B = 24.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#D2EE91 (or 0xD2EE91) is known color: Reef. HEX triplet: D2, EE and 91. RGB value is (210,238,145). Sum of RGB (Red+Green+Blue) = 210+238+145=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EE91 is #2D116E. Grayscale: #DBDBDB. Windows color (decimal): -2953583 or 9563858. OLE color: 9563858.

HSL color Cylindrical-coordinate representation of color #D2EE91: hue angle of 78.06º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2EE91 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 238 145 -
CMYK 0.12 0 0.39 0.07
HSL 78.06º 0.73% 0.75% -
HSV(B) 78.06º 0.39% 0.93% -
XYZ 62.26 76.9 38.35 -
YUV 219.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 210 238 145 0.12 0 0.39 0.07 78.06 0.73 0.75
Hex D2 EE 91 C 0 27 7 4E 49 4B
Octal 322 356 221 14 0 47 7 116 111 113
Binary 11010010 11101110 10010001 1100 0 100111 111 1001110 1001001 1001011

Color Harmonies of #D2EE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EE91

Black with #D2EE91

Text Example


Text Example

White with #D2EE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EE91; }

 p { color: rgb(210,238,145); }

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

background-color css

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

 a { background-color: rgb(210,238,145); }

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

border-color css

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

 span { border-color: rgb(210,238,145); }

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