#DAFF90

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

Shades of Reef #DAFF90

Tints of Reef #DAFF90

Color information

#DAFF90 (or 0xDAFF90) is unknown color: approx Reef. HEX triplet: DA, FF and 90. RGB value is (218,255,144). Sum of RGB (Red+Green+Blue) = 218+255+144=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF90 is #25006F. Grayscale: #E7E7E7. Windows color (decimal): -2424944 or 9502682. OLE color: 9502682.

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

Color convert

RGB218255144-
CMYK0.1500.440
HSL80º100%78.24%-
HSV(B)80º43.53%100%-
XYZ69.7188.4439.78-
YUV231.2878.74118.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 144 (56.64% from 255) = 23.34%
R=35.33%
G=41.33%
B=23.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551440.1500.4408010078.24
HexDAFF90F02C050644e
Octal332377220170540120144116
Binary110110101111111110010000111101011000101000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF90; }

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

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

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

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

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

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

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

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