Html Css Color HEX #D0F896 Reef

📋 copy color: '#D0F896'

red 208 ◦ green 248 ◦ blue 150

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

Shades of Reef #D0F896

Tints of Reef #D0F896

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.92%

 BLUE value IS 150 (58.98% from 255) = 24.75%

R = 34.32%
G = 40.92%
B = 24.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#D0F896 (or 0xD0F896) is known color: Reef. HEX triplet: D0, F8 and 96. RGB value is (208,248,150). Sum of RGB (Red+Green+Blue) = 208+248+150=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F896 is #2F0769. Grayscale: #E1E1E1. Windows color (decimal): -3082090 or 9894096. OLE color: 9894096.

HSL color Cylindrical-coordinate representation of color #D0F896: hue angle of 84.49º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0F896 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 150 -
CMYK 0.16 0 0.40 0.03
HSL 84.49º 0.88% 0.78% -
HSV(B) 84.49º 0.4% 0.97% -
XYZ 65.08 82.75 41.4 -
YUV 224.87 85.75 115.97 -
System Red Green Blue C M Y K H S L
Decimal 208 248 150 0.16 0 0.40 0.03 84.49 0.88 0.78
Hex D0 F8 96 10 0 28 3 54 58 4E
Octal 320 370 226 20 0 50 3 124 130 116
Binary 11010000 11111000 10010110 10000 0 101000 11 1010100 1011000 1001110

Color Harmonies of #D0F896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F896

Black with #D0F896

Text Example


Text Example

White with #D0F896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F896; }

 p { color: rgb(208,248,150); }

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

background-color css

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

 a { background-color: rgb(208,248,150); }

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

border-color css

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

 span { border-color: rgb(208,248,150); }

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