#DAF484

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

Shades of Sulu #DAF484

Tints of Sulu #DAF484

Color information

#DAF484 (or 0xDAF484) is unknown color: approx Sulu. HEX triplet: DA, F4 and 84. RGB value is (218,244,132). Sum of RGB (Red+Green+Blue) = 218+244+132=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF484 is #250B7B. Grayscale: #DFDFDF. Windows color (decimal): -2427772 or 8713434. OLE color: 8713434.

HSL color Cylindrical-coordinate representation of color #DAF484: hue angle of 73.93º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAF484 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB218244132-
CMYK0.1100.460.04
HSL73.93º83.58%73.73%-
HSV(B)73.93º45.9%95.69%-
XYZ65.4381.2734.07-
YUV223.4676.39124.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 132 (51.95% from 255) = 22.22%
R=36.70%
G=41.08%
B=22.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441320.1100.460.0473.9383.5873.73
HexDAF484B02E44a544a
Octal332364204130564112124112
Binary11011010111101001000010010110101110100100101010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF484; }

 p { color: rgb(218,244,132); }

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

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

 a { background-color: rgb(218,244,132); }

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

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

 span { border-color: rgb(218,244,132); }

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