Html Css Color HEX #D0EA99 Reef

📋 copy color: '#D0EA99'

red 208 ◦ green 234 ◦ blue 153

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

Shades of Reef #D0EA99

Tints of Reef #D0EA99

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 153 (60.16% from 255) = 25.71%

R = 34.96%
G = 39.33%
B = 25.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#D0EA99 (or 0xD0EA99) is known color: Reef. HEX triplet: D0, EA and 99. RGB value is (208,234,153). Sum of RGB (Red+Green+Blue) = 208+234+153=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EA99 is #2F1566. Grayscale: #D9D9D9. Windows color (decimal): -3085671 or 10087120. OLE color: 10087120.

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

Color convert

RGB 208 234 153 -
CMYK 0.11 0 0.35 0.08
HSL 79.26º 0.66% 0.76% -
HSV(B) 79.26º 0.35% 0.92% -
XYZ 61.19 74.56 41.3 -
YUV 216.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 208 234 153 0.11 0 0.35 0.08 79.26 0.66 0.76
Hex D0 EA 99 B 0 23 8 4F 42 4C
Octal 320 352 231 13 0 43 10 117 102 114
Binary 11010000 11101010 10011001 1011 0 100011 1000 1001111 1000010 1001100

Color Harmonies of #D0EA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA99

Black with #D0EA99

Text Example


Text Example

White with #D0EA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA99; }

 p { color: rgb(208,234,153); }

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

background-color css

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

 a { background-color: rgb(208,234,153); }

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

border-color css

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

 span { border-color: rgb(208,234,153); }

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