Html Css Color HEX #D0EC9A Reef

📋 copy color: '#D0EC9A'

red 208 ◦ green 236 ◦ blue 154

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

Shades of Reef #D0EC9A

Tints of Reef #D0EC9A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 154 (60.55% from 255) = 25.75%

R = 34.78%
G = 39.46%
B = 25.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#D0EC9A (or 0xD0EC9A) is known color: Reef. HEX triplet: D0, EC and 9A. RGB value is (208,236,154). Sum of RGB (Red+Green+Blue) = 208+236+154=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC9A is #2F1365. Grayscale: #DADADA. Windows color (decimal): -3085158 or 10153168. OLE color: 10153168.

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

Color convert

RGB 208 236 154 -
CMYK 0.12 0 0.35 0.07
HSL 80.49º 0.68% 0.76% -
HSV(B) 80.49º 0.35% 0.93% -
XYZ 61.84 75.73 41.93 -
YUV 218.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 208 236 154 0.12 0 0.35 0.07 80.49 0.68 0.76
Hex D0 EC 9A C 0 23 7 50 44 4C
Octal 320 354 232 14 0 43 7 120 104 114
Binary 11010000 11101100 10011010 1100 0 100011 111 1010000 1000100 1001100

Color Harmonies of #D0EC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC9A

Black with #D0EC9A

Text Example


Text Example

White with #D0EC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC9A; }

 p { color: rgb(208,236,154); }

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

background-color css

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

 a { background-color: rgb(208,236,154); }

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

border-color css

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

 span { border-color: rgb(208,236,154); }

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