Html Css Color HEX #D0F09D Reef

📋 copy color: '#D0F09D'

red 208 ◦ green 240 ◦ blue 157

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

Shades of Reef #D0F09D

Tints of Reef #D0F09D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.67%

 BLUE value IS 157 (61.72% from 255) = 25.95%

R = 34.38%
G = 39.67%
B = 25.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#D0F09D (or 0xD0F09D) is known color: Reef. HEX triplet: D0, F0 and 9D. RGB value is (208,240,157). Sum of RGB (Red+Green+Blue) = 208+240+157=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F09D is #2F0F62. Grayscale: #DDDDDD. Windows color (decimal): -3084131 or 10350800. OLE color: 10350800.

HSL color Cylindrical-coordinate representation of color #D0F09D: hue angle of 83.13º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0F09D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 157 -
CMYK 0.13 0 0.35 0.06
HSL 83.13º 0.73% 0.78% -
HSV(B) 83.13º 0.35% 0.94% -
XYZ 63.26 78.16 43.65 -
YUV 220.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 208 240 157 0.13 0 0.35 0.06 83.13 0.73 0.78
Hex D0 F0 9D D 0 23 6 53 49 4E
Octal 320 360 235 15 0 43 6 123 111 116
Binary 11010000 11110000 10011101 1101 0 100011 110 1010011 1001001 1001110

Color Harmonies of #D0F09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F09D

Black with #D0F09D

Text Example


Text Example

White with #D0F09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F09D; }

 p { color: rgb(208,240,157); }

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

background-color css

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

 a { background-color: rgb(208,240,157); }

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

border-color css

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

 span { border-color: rgb(208,240,157); }

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