#DAFF95

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

Shades of Reef #DAFF95

Tints of Reef #DAFF95

Color information

#DAFF95 (or 0xDAFF95) is unknown color: approx Reef. HEX triplet: DA, FF and 95. RGB value is (218,255,149). Sum of RGB (Red+Green+Blue) = 218+255+149=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF95 is #25006A. Grayscale: #E8E8E8. Windows color (decimal): -2424939 or 9830362. OLE color: 9830362.

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

Color convert

RGB218255149-
CMYK0.1500.420
HSL80.94º100%79.22%-
HSV(B)80.94º41.57%100%-
XYZ70.188.641.84-
YUV231.8581.24118.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 149 (58.59% from 255) = 23.95%
R=35.05%
G=41.00%
B=23.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551490.1500.42080.9410079.22
HexDAFF95F02A051644f
Octal332377225170520121144117
Binary110110101111111110010101111101010100101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF95; }

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

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

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

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

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

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

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

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