#DAEF8A

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

Shades of Sulu #DAEF8A

Tints of Sulu #DAEF8A

Color information

#DAEF8A (or 0xDAEF8A) is unknown color: approx Sulu. HEX triplet: DA, EF and 8A. RGB value is (218,239,138). Sum of RGB (Red+Green+Blue) = 218+239+138=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEF8A is #251075. Grayscale: #DDDDDD. Windows color (decimal): -2429046 or 9105370. OLE color: 9105370.

HSL color Cylindrical-coordinate representation of color #DAEF8A: hue angle of 72.48º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAEF8A is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB218239138-
CMYK0.0900.420.06
HSL72.48º75.94%73.92%-
HSV(B)72.48º42.26%93.73%-
XYZ64.3778.4735.8-
YUV221.2181.04125.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=36.64%
G=40.17%
B=23.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391380.0900.420.0672.4875.9473.92
HexDAEF8A902A6484c4a
Octal332357212110526110114112
Binary11011010111011111000101010010101010110100100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEF8A; }

 p { color: rgb(218,239,138); }

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

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

 a { background-color: rgb(218,239,138); }

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

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

 span { border-color: rgb(218,239,138); }

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