#daff98

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

Shades of Reef #DAFF98

Tints of Reef #DAFF98

Color information

#DAFF98 (or 0xDAFF98) is unknown color: approx Reef. HEX triplet: DA, FF and 98. RGB value is (218,255,152). Sum of RGB (Red+Green+Blue) = 218+255+152=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF98 is #250067. Grayscale: #E8E8E8. Windows color (decimal): -2424936 or 10026970. OLE color: 10026970.

HSL color Cylindrical-coordinate representation of color #DAFF98: hue angle of 81.55º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAFF98 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB218255152-
CMYK0.1500.400
HSL81.55º100%79.8%-
HSV(B)81.55º40.39%100%-
XYZ70.3488.6943.12-
YUV232.282.74117.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 152 (59.77% from 255) = 24.32%
R=34.88%
G=40.8%
B=24.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551520.1500.40081.5510079.8
HexDAFF98F0280526450
Octal332377230170500122144120
Binary110110101111111110011000111101010000101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daff98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daff98; }

 p { color: rgb(218,255,152); }

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

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

 a { background-color: rgb(218,255,152); }

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

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

 span { border-color: rgb(218,255,152); }

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