#DAF289

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

Shades of Sulu #DAF289

Tints of Sulu #DAF289

Color information

#DAF289 (or 0xDAF289) is unknown color: approx Sulu. HEX triplet: DA, F2 and 89. RGB value is (218,242,137). Sum of RGB (Red+Green+Blue) = 218+242+137=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 137 (53.91% from 255 or 22.95% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF289 is #250D76. Grayscale: #DFDFDF. Windows color (decimal): -2428279 or 9040602. OLE color: 9040602.

HSL color Cylindrical-coordinate representation of color #DAF289: hue angle of 73.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF289 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB218242137-
CMYK0.1000.430.05
HSL73.71º80.15%74.31%-
HSV(B)73.71º43.39%94.9%-
XYZ65.1880.2235.71-
YUV222.8579.55124.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 242 (94.92% from 255) = 40.54%
BLUE value IS 137 (53.91% from 255) = 22.95%
R=36.52%
G=40.54%
B=22.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421370.1000.430.0573.7180.1574.31
HexDAF289A02B54a504a
Octal332362211120535112120112
Binary11011010111100101000100110100101011101100101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF289; }

 p { color: rgb(218,242,137); }

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

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

 a { background-color: rgb(218,242,137); }

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

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

 span { border-color: rgb(218,242,137); }

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