Html Css Color HEX #D2E098 Reef

📋 copy color: '#D2E098'

red 210 ◦ green 224 ◦ blue 152

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

Shades of Reef #D2E098

Tints of Reef #D2E098

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

 BLUE value IS 152 (59.77% from 255) = 25.94%

R = 35.84%
G = 38.23%
B = 25.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#D2E098 (or 0xD2E098) is known color: Reef. HEX triplet: D2, E0 and 98. RGB value is (210,224,152). Sum of RGB (Red+Green+Blue) = 210+224+152=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E098 is #2D1F67. Grayscale: #D3D3D3. Windows color (decimal): -2957160 or 10019026. OLE color: 10019026.

HSL color Cylindrical-coordinate representation of color #D2E098: hue angle of 71.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2E098 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 152 -
CMYK 0.06 0 0.32 0.12
HSL 71.67º 0.54% 0.74% -
HSV(B) 71.67º 0.32% 0.88% -
XYZ 58.9 69.28 39.97 -
YUV 211.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 210 224 152 0.06 0 0.32 0.12 71.67 0.54 0.74
Hex D2 E0 98 6 0 20 C 48 36 4A
Octal 322 340 230 6 0 40 14 110 66 112
Binary 11010010 11100000 10011000 110 0 100000 1100 1001000 110110 1001010

Color Harmonies of #D2E098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E098

Black with #D2E098

Text Example


Text Example

White with #D2E098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E098; }

 p { color: rgb(210,224,152); }

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

background-color css

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

 a { background-color: rgb(210,224,152); }

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

border-color css

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

 span { border-color: rgb(210,224,152); }

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