#DAFA83

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

Shades of Sulu #DAFA83

Tints of Sulu #DAFA83

Color information

#DAFA83 (or 0xDAFA83) is unknown color: approx Sulu. HEX triplet: DA, FA and 83. RGB value is (218,250,131). Sum of RGB (Red+Green+Blue) = 218+250+131=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA83 is #25057C. Grayscale: #E3E3E3. Windows color (decimal): -2426237 or 8649434. OLE color: 8649434.

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

Color convert

RGB218250131-
CMYK0.1300.480.02
HSL76.13º92.25%74.71%-
HSV(B)76.13º47.6%98.04%-
XYZ67.284.9234.32-
YUV226.8773.9121.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 131 (51.56% from 255) = 21.87%
R=36.39%
G=41.74%
B=21.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501310.1300.480.0276.1392.2574.71
HexDAFA83D03024c5c4b
Octal332372203150602114134113
Binary1101101011111010100000111101011000010100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA83; }

 p { color: rgb(218,250,131); }

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

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

 a { background-color: rgb(218,250,131); }

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

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

 span { border-color: rgb(218,250,131); }

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