Html Css Color HEX #D0F49B Reef

📋 copy color: '#D0F49B'

red 208 ◦ green 244 ◦ blue 155

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

Shades of Reef #D0F49B

Tints of Reef #D0F49B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.2%

 BLUE value IS 155 (60.94% from 255) = 25.54%

R = 34.27%
G = 40.2%
B = 25.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#D0F49B (or 0xD0F49B) is known color: Reef. HEX triplet: D0, F4 and 9B. RGB value is (208,244,155). Sum of RGB (Red+Green+Blue) = 208+244+155=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F49B is #2F0B64. Grayscale: #DFDFDF. Windows color (decimal): -3083109 or 10220752. OLE color: 10220752.

HSL color Cylindrical-coordinate representation of color #D0F49B: hue angle of 84.27º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0F49B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 244 155 -
CMYK 0.15 0 0.36 0.04
HSL 84.27º 0.8% 0.78% -
HSV(B) 84.27º 0.36% 0.96% -
XYZ 64.28 80.48 43.16 -
YUV 223.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 208 244 155 0.15 0 0.36 0.04 84.27 0.8 0.78
Hex D0 F4 9B F 0 24 4 54 50 4E
Octal 320 364 233 17 0 44 4 124 120 116
Binary 11010000 11110100 10011011 1111 0 100100 100 1010100 1010000 1001110

Color Harmonies of #D0F49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F49B

Black with #D0F49B

Text Example


Text Example

White with #D0F49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F49B; }

 p { color: rgb(208,244,155); }

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

background-color css

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

 a { background-color: rgb(208,244,155); }

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

border-color css

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

 span { border-color: rgb(208,244,155); }

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