#DAF783

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

Shades of Sulu #DAF783

Tints of Sulu #DAF783

Color information

#DAF783 (or 0xDAF783) is unknown color: approx Sulu. HEX triplet: DA, F7 and 83. RGB value is (218,247,131). Sum of RGB (Red+Green+Blue) = 218+247+131=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF783 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF783 is #25087C. Grayscale: #E1E1E1. Windows color (decimal): -2427005 or 8648666. OLE color: 8648666.

HSL color Cylindrical-coordinate representation of color #DAF783: hue angle of 75º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAF783 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB218247131-
CMYK0.1200.470.03
HSL75º87.88%74.12%-
HSV(B)75º46.96%96.86%-
XYZ66.2783.0734.01-
YUV225.174.89122.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 131 (51.56% from 255) = 21.98%
R=36.58%
G=41.44%
B=21.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471310.1200.470.037587.8874.12
HexDAF783C02F34b584a
Octal332367203140573113130112
Binary1101101011110111100000111100010111111100101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF783; }

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

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

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

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

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

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

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

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