Html Css Color HEX #D0E093 Reef

📋 copy color: '#D0E093'

red 208 ◦ green 224 ◦ blue 147

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

Shades of Reef #D0E093

Tints of Reef #D0E093

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.69%

 BLUE value IS 147 (57.81% from 255) = 25.39%

R = 35.92%
G = 38.69%
B = 25.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#D0E093 (or 0xD0E093) is known color: Reef. HEX triplet: D0, E0 and 93. RGB value is (208,224,147). Sum of RGB (Red+Green+Blue) = 208+224+147=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E093 is #2F1F6C. Grayscale: #D2D2D2. Windows color (decimal): -3088237 or 9691344. OLE color: 9691344.

HSL color Cylindrical-coordinate representation of color #D0E093: hue angle of 72.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0E093 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 147 -
CMYK 0.07 0 0.34 0.12
HSL 72.47º 0.55% 0.73% -
HSV(B) 72.47º 0.34% 0.88% -
XYZ 57.93 68.83 37.84 -
YUV 210.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 208 224 147 0.07 0 0.34 0.12 72.47 0.55 0.73
Hex D0 E0 93 7 0 22 C 48 37 49
Octal 320 340 223 7 0 42 14 110 67 111
Binary 11010000 11100000 10010011 111 0 100010 1100 1001000 110111 1001001

Color Harmonies of #D0E093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E093

Black with #D0E093

Text Example


Text Example

White with #D0E093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E093; }

 p { color: rgb(208,224,147); }

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

background-color css

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

 a { background-color: rgb(208,224,147); }

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

border-color css

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

 span { border-color: rgb(208,224,147); }

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