Html Css Color HEX #D8F996 Reef

📋 copy color: '#D8F996'

red 216 ◦ green 249 ◦ blue 150

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

Shades of Reef #D8F996

Tints of Reef #D8F996

RGB

 RED value IS 216 (84.77% from 255) = 35.12%

 GREEN value IS 249 (97.66% from 255) = 40.49%

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

R = 35.12%
G = 40.49%
B = 24.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#D8F996 (or 0xD8F996) is known color: Reef. HEX triplet: D8, F9 and 96. RGB value is (216,249,150). Sum of RGB (Red+Green+Blue) = 216+249+150=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F996 is #270669. Grayscale: #E4E4E4. Windows color (decimal): -2557546 or 9894360. OLE color: 9894360.

HSL color Cylindrical-coordinate representation of color #D8F996: hue angle of 80º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8F996 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 249 150 -
CMYK 0.13 0 0.40 0.02
HSL 80º 0.89% 0.78% -
HSV(B) 80º 0.4% 0.98% -
XYZ 67.7 84.55 41.61 -
YUV 227.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 216 249 150 0.13 0 0.40 0.02 80 0.89 0.78
Hex D8 F9 96 D 0 28 2 50 59 4E
Octal 330 371 226 15 0 50 2 120 131 116
Binary 11011000 11111001 10010110 1101 0 101000 10 1010000 1011001 1001110

Color Harmonies of #D8F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F996

Black with #D8F996

Text Example


Text Example

White with #D8F996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F996; }

 p { color: rgb(216,249,150); }

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

background-color css

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

 a { background-color: rgb(216,249,150); }

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

border-color css

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

 span { border-color: rgb(216,249,150); }

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