#DAF388

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

Shades of Sulu #DAF388

Tints of Sulu #DAF388

Color information

#DAF388 (or 0xDAF388) is unknown color: approx Sulu. HEX triplet: DA, F3 and 88. RGB value is (218,243,136). Sum of RGB (Red+Green+Blue) = 218+243+136=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 136 (53.52% from 255 or 22.78% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF388 is #250C77. Grayscale: #DFDFDF. Windows color (decimal): -2428024 or 8975322. OLE color: 8975322.

HSL color Cylindrical-coordinate representation of color #DAF388: hue angle of 74.02º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF388 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB218243136-
CMYK0.1000.440.05
HSL74.02º81.68%74.31%-
HSV(B)74.02º44.03%95.29%-
XYZ65.4180.7835.44-
YUV223.3378.72124.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 243 (95.31% from 255) = 40.70%
BLUE value IS 136 (53.52% from 255) = 22.78%
R=36.52%
G=40.70%
B=22.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431360.1000.440.0574.0281.6874.31
HexDAF388A02C54a524a
Octal332363210120545112122112
Binary11011010111100111000100010100101100101100101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF388; }

 p { color: rgb(218,243,136); }

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

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

 a { background-color: rgb(218,243,136); }

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

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

 span { border-color: rgb(218,243,136); }

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