#DAFB81

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

Shades of Sulu #DAFB81

Tints of Sulu #DAFB81

Color information

#DAFB81 (or 0xDAFB81) is unknown color: approx Sulu. HEX triplet: DA, FB and 81. RGB value is (218,251,129). Sum of RGB (Red+Green+Blue) = 218+251+129=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB81 is #25047E. Grayscale: #E3E3E3. Windows color (decimal): -2425983 or 8518618. OLE color: 8518618.

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

Color convert

RGB218251129-
CMYK0.1300.490.02
HSL76.23º93.85%74.51%-
HSV(B)76.23º48.61%98.43%-
XYZ67.3785.4833.72-
YUV227.2272.57121.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 129 (50.78% from 255) = 21.57%
R=36.45%
G=41.97%
B=21.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511290.1300.490.0276.2393.8574.51
HexDAFB81D03124c5e4b
Octal332373201150612114136113
Binary1101101011111011100000011101011000110100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB81; }

 p { color: rgb(218,251,129); }

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

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

 a { background-color: rgb(218,251,129); }

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

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

 span { border-color: rgb(218,251,129); }

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