#DAFF83

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

Shades of Sulu #DAFF83

Tints of Sulu #DAFF83

Color information

#DAFF83 (or 0xDAFF83) is unknown color: approx Sulu. HEX triplet: DA, FF and 83. RGB value is (218,255,131). Sum of RGB (Red+Green+Blue) = 218+255+131=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF83 is #25007C. Grayscale: #E6E6E6. Windows color (decimal): -2424957 or 8650714. OLE color: 8650714.

HSL color Cylindrical-coordinate representation of color #DAFF83: hue angle of 77.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFF83 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB218255131-
CMYK0.1500.490
HSL77.9º100%75.69%-
HSV(B)77.9º48.63%100%-
XYZ68.7788.0634.85-
YUV229.872.24119.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 131 (51.56% from 255) = 21.69%
R=36.09%
G=42.22%
B=21.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551310.1500.49077.910075.69
HexDAFF83F03104e644c
Octal332377203170610116144114
Binary110110101111111110000011111101100010100111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF83; }

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

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

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

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

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

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

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

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