Html Css Color HEX #D0E292 Reef

📋 copy color: '#D0E292'

red 208 ◦ green 226 ◦ blue 146

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

Shades of Reef #D0E292

Tints of Reef #D0E292

RGB

 RED value IS 208 (81.64% from 255) = 35.86%

 GREEN value IS 226 (88.67% from 255) = 38.97%

 BLUE value IS 146 (57.42% from 255) = 25.17%

R = 35.86%
G = 38.97%
B = 25.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#D0E292 (or 0xD0E292) is known color: Reef. HEX triplet: D0, E2 and 92. RGB value is (208,226,146). Sum of RGB (Red+Green+Blue) = 208+226+146=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E292 is #2F1D6D. Grayscale: #D3D3D3. Windows color (decimal): -3087726 or 9626320. OLE color: 9626320.

HSL color Cylindrical-coordinate representation of color #D0E292: hue angle of 73.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0E292 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 146 -
CMYK 0.08 0 0.35 0.11
HSL 73.5º 0.58% 0.73% -
HSV(B) 73.5º 0.35% 0.89% -
XYZ 58.4 69.88 37.6 -
YUV 211.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 208 226 146 0.08 0 0.35 0.11 73.5 0.58 0.73
Hex D0 E2 92 8 0 23 B 4A 3A 49
Octal 320 342 222 10 0 43 13 112 72 111
Binary 11010000 11100010 10010010 1000 0 100011 1011 1001010 111010 1001001

Color Harmonies of #D0E292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E292

Black with #D0E292

Text Example


Text Example

White with #D0E292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E292; }

 p { color: rgb(208,226,146); }

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

background-color css

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

 a { background-color: rgb(208,226,146); }

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

border-color css

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

 span { border-color: rgb(208,226,146); }

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