Html Css Color HEX #D0F796 Reef

📋 copy color: '#D0F796'

red 208 ◦ green 247 ◦ blue 150

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

Shades of Reef #D0F796

Tints of Reef #D0F796

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.83%

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

R = 34.38%
G = 40.83%
B = 24.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#D0F796 (or 0xD0F796) is known color: Reef. HEX triplet: D0, F7 and 96. RGB value is (208,247,150). Sum of RGB (Red+Green+Blue) = 208+247+150=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F796 is #2F0869. Grayscale: #E0E0E0. Windows color (decimal): -3082346 or 9893840. OLE color: 9893840.

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

Color convert

RGB 208 247 150 -
CMYK 0.16 0 0.39 0.03
HSL 84.12º 0.86% 0.78% -
HSV(B) 84.12º 0.39% 0.97% -
XYZ 64.78 82.13 41.29 -
YUV 224.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 208 247 150 0.16 0 0.39 0.03 84.12 0.86 0.78
Hex D0 F7 96 10 0 27 3 54 56 4E
Octal 320 367 226 20 0 47 3 124 126 116
Binary 11010000 11110111 10010110 10000 0 100111 11 1010100 1010110 1001110

Color Harmonies of #D0F796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F796

Black with #D0F796

Text Example


Text Example

White with #D0F796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F796; }

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

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

background-color css

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

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

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

border-color css

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

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

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