Html Css Color HEX #D0EB90 Reef

📋 copy color: '#D0EB90'

red 208 ◦ green 235 ◦ blue 144

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

Shades of Reef #D0EB90

Tints of Reef #D0EB90

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.03%

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

R = 35.43%
G = 40.03%
B = 24.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#D0EB90 (or 0xD0EB90) is known color: Reef. HEX triplet: D0, EB and 90. RGB value is (208,235,144). Sum of RGB (Red+Green+Blue) = 208+235+144=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EB90 is #2F146F. Grayscale: #D8D8D8. Windows color (decimal): -3085424 or 9497552. OLE color: 9497552.

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

Color convert

RGB 208 235 144 -
CMYK 0.11 0 0.39 0.08
HSL 77.8º 0.69% 0.74% -
HSV(B) 77.8º 0.39% 0.92% -
XYZ 60.75 74.84 37.63 -
YUV 216.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 208 235 144 0.11 0 0.39 0.08 77.8 0.69 0.74
Hex D0 EB 90 B 0 27 8 4E 45 4A
Octal 320 353 220 13 0 47 10 116 105 112
Binary 11010000 11101011 10010000 1011 0 100111 1000 1001110 1000101 1001010

Color Harmonies of #D0EB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB90

Black with #D0EB90

Text Example


Text Example

White with #D0EB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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