#DAF982

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

Shades of Sulu #DAF982

Tints of Sulu #DAF982

Color information

#DAF982 (or 0xDAF982) is unknown color: approx Sulu. HEX triplet: DA, F9 and 82. RGB value is (218,249,130). Sum of RGB (Red+Green+Blue) = 218+249+130=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF982 is #25067D. Grayscale: #E2E2E2. Windows color (decimal): -2426494 or 8583642. OLE color: 8583642.

HSL color Cylindrical-coordinate representation of color #DAF982: hue angle of 75.63º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF982 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB218249130-
CMYK0.1200.480.02
HSL75.63º90.84%74.31%-
HSV(B)75.63º47.79%97.65%-
XYZ66.8284.2733.86-
YUV226.1673.73122.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 130 (51.17% from 255) = 21.78%
R=36.52%
G=41.71%
B=21.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491300.1200.480.0275.6390.8474.31
HexDAF982C03024c5b4a
Octal332371202140602114133112
Binary1101101011111001100000101100011000010100110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF982; }

 p { color: rgb(218,249,130); }

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

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

 a { background-color: rgb(218,249,130); }

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

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

 span { border-color: rgb(218,249,130); }

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