#D6FB98

Color #D6FB98 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D6FB98

Tints of Reef #D6FB98

Color information

#D6FB98 (or 0xD6FB98) is unknown color: approx Reef. HEX triplet: D6, FB and 98. RGB value is (214,251,152). Sum of RGB (Red+Green+Blue) = 214+251+152=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 152 (59.77% from 255 or 24.64% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FB98 is #290467. Grayscale: #E5E5E5. Windows color (decimal): -2688104 or 10025942. OLE color: 10025942.

HSL color Cylindrical-coordinate representation of color #D6FB98: hue angle of 82.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6FB98 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB214251152-
CMYK0.1500.390.02
HSL82.42º92.52%79.02%-
HSV(B)82.42º39.44%98.43%-
XYZ67.985.5642.64-
YUV228.6584.74117.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 152 (59.77% from 255) = 24.64%
R=34.68%
G=40.68%
B=24.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142511520.1500.390.0282.4292.5279.02
HexD6FB98F0272525d4f
Octal326373230170472122135117
Binary1101011011111011100110001111010011110101001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FB98; }

 p { color: rgb(214,251,152); }

 H1.HeaderClassName
 {
   color: #D6FB98;
 }
 .AnyTagClassName
 {
   color: #D6FB98;
 }
</style>
background-color css

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

 a { background-color: rgb(214,251,152); }

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

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

 span { border-color: rgb(214,251,152); }

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