#DAFC83

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

Shades of Sulu #DAFC83

Tints of Sulu #DAFC83

Color information

#DAFC83 (or 0xDAFC83) is unknown color: approx Sulu. HEX triplet: DA, FC and 83. RGB value is (218,252,131). Sum of RGB (Red+Green+Blue) = 218+252+131=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC83 is #25037C. Grayscale: #E4E4E4. Windows color (decimal): -2425725 or 8649946. OLE color: 8649946.

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

Color convert

RGB218252131-
CMYK0.1300.480.01
HSL76.86º95.28%75.1%-
HSV(B)76.86º48.02%98.82%-
XYZ67.8286.1634.53-
YUV228.0473.24120.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 131 (51.56% from 255) = 21.80%
R=36.27%
G=41.93%
B=21.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521310.1300.480.0176.8695.2875.1
HexDAFC83D03014d5f4b
Octal332374203150601115137113
Binary110110101111110010000011110101100001100110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC83; }

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

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

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

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

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

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

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

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