Html Css Color HEX #DAEE8A Sulu

📋 copy color: '#DAEE8A'

red 218 ◦ green 238 ◦ blue 138

#DAEE8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #DAEE8A

Tints of Sulu #DAEE8A

RGB

 RED value IS 218 (85.55% from 255) = 36.7%

 GREEN value IS 238 (93.36% from 255) = 40.07%

 BLUE value IS 138 (54.3% from 255) = 23.23%

R = 36.7%
G = 40.07%
B = 23.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#DAEE8A (or 0xDAEE8A) is known color: Sulu. HEX triplet: DA, EE and 8A. RGB value is (218,238,138). Sum of RGB (Red+Green+Blue) = 218+238+138=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEE8A is #251175. Grayscale: #DDDDDD. Windows color (decimal): -2429302 or 9105114. OLE color: 9105114.

HSL color Cylindrical-coordinate representation of color #DAEE8A: hue angle of 72º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAEE8A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 138 -
CMYK 0.08 0 0.42 0.07
HSL 72º 0.75% 0.74% -
HSV(B) 72º 0.42% 0.93% -
XYZ 64.08 77.89 35.7 -
YUV 220.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 218 238 138 0.08 0 0.42 0.07 72 0.75 0.74
Hex DA EE 8A 8 0 2A 7 48 4B 4A
Octal 332 356 212 10 0 52 7 110 113 112
Binary 11011010 11101110 10001010 1000 0 101010 111 1001000 1001011 1001010

Color Harmonies of #DAEE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE8A

Black with #DAEE8A

Text Example


Text Example

White with #DAEE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE8A; }

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

 H1.HeaderClassName
 {
   color: #DAEE8A;
 }
 .AnyTagClassName
 {
   color: #DAEE8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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