Html Css Color HEX #D6F896 Reef

📋 copy color: '#D6F896'

red 214 ◦ green 248 ◦ blue 150

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

Shades of Reef #D6F896

Tints of Reef #D6F896

RGB

 RED value IS 214 (83.98% from 255) = 34.97%

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

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

R = 34.97%
G = 40.52%
B = 24.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#D6F896 (or 0xD6F896) is known color: Reef. HEX triplet: D6, F8 and 96. RGB value is (214,248,150). Sum of RGB (Red+Green+Blue) = 214+248+150=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F896 is #290769. Grayscale: #E3E3E3. Windows color (decimal): -2688874 or 9894102. OLE color: 9894102.

HSL color Cylindrical-coordinate representation of color #D6F896: hue angle of 80.82º 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 #D6F896 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 248 150 -
CMYK 0.14 0 0.40 0.03
HSL 80.82º 0.88% 0.78% -
HSV(B) 80.82º 0.4% 0.97% -
XYZ 66.8 83.63 41.48 -
YUV 226.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 214 248 150 0.14 0 0.40 0.03 80.82 0.88 0.78
Hex D6 F8 96 E 0 28 3 51 58 4E
Octal 326 370 226 16 0 50 3 121 130 116
Binary 11010110 11111000 10010110 1110 0 101000 11 1010001 1011000 1001110

Color Harmonies of #D6F896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F896

Black with #D6F896

Text Example


Text Example

White with #D6F896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F896; }

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

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

background-color css

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

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

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

border-color css

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

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

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