Html Css Color HEX #DAEF8A Sulu

📋 copy color: '#DAEF8A'

red 218 ◦ green 239 ◦ blue 138

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

Shades of Sulu #DAEF8A

Tints of Sulu #DAEF8A

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.3% from 255) = 23.19%

R = 36.64%
G = 40.17%
B = 23.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#DAEF8A (or 0xDAEF8A) is known color: 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

RGB 218 239 138 -
CMYK 0.09 0 0.42 0.06
HSL 72.48º 0.76% 0.74% -
HSV(B) 72.48º 0.42% 0.94% -
XYZ 64.37 78.47 35.8 -
YUV 221.21 81.04 125.71 -
System Red Green Blue C M Y K H S L
Decimal 218 239 138 0.09 0 0.42 0.06 72.48 0.76 0.74
Hex DA EF 8A 9 0 2A 6 48 4C 4A
Octal 332 357 212 11 0 52 6 110 114 112
Binary 11011010 11101111 10001010 1001 0 101010 110 1001000 1001100 1001010

Color Harmonies of #DAEF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF8A

Black with #DAEF8A

Text Example


Text Example

White with #DAEF8A

Text Example


Text Example

HTML Codes & Css Web 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>