Html Css Color HEX #D0ED90 Reef

📋 copy color: '#D0ED90'

red 208 ◦ green 237 ◦ blue 144

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

Shades of Reef #D0ED90

Tints of Reef #D0ED90

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.24%

 BLUE value IS 144 (56.64% from 255) = 24.45%

R = 35.31%
G = 40.24%
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

#D0ED90 (or 0xD0ED90) is known color: Reef. HEX triplet: D0, ED and 90. RGB value is (208,237,144). Sum of RGB (Red+Green+Blue) = 208+237+144=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ED90 is #2F126F. Grayscale: #DADADA. Windows color (decimal): -3084912 or 9498064. OLE color: 9498064.

HSL color Cylindrical-coordinate representation of color #D0ED90: hue angle of 78.71º degrees, saturation: 0.72, 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 #D0ED90 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 144 -
CMYK 0.12 0 0.39 0.07
HSL 78.71º 0.72% 0.75% -
HSV(B) 78.71º 0.39% 0.93% -
XYZ 61.33 75.99 37.82 -
YUV 217.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 208 237 144 0.12 0 0.39 0.07 78.71 0.72 0.75
Hex D0 ED 90 C 0 27 7 4F 48 4B
Octal 320 355 220 14 0 47 7 117 110 113
Binary 11010000 11101101 10010000 1100 0 100111 111 1001111 1001000 1001011

Color Harmonies of #D0ED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED90

Black with #D0ED90

Text Example


Text Example

White with #D0ED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED90; }

 p { color: rgb(208,237,144); }

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

background-color css

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

 a { background-color: rgb(208,237,144); }

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

border-color css

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

 span { border-color: rgb(208,237,144); }

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