Html Css Color HEX #D5EA81 Sulu

📋 copy color: '#D5EA81'

red 213 ◦ green 234 ◦ blue 129

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

Shades of Sulu #D5EA81

Tints of Sulu #D5EA81

RGB

 RED value IS 213 (83.59% from 255) = 36.98%

 GREEN value IS 234 (91.8% from 255) = 40.63%

 BLUE value IS 129 (50.78% from 255) = 22.4%

R = 36.98%
G = 40.63%
B = 22.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#D5EA81 (or 0xD5EA81) is known color: Sulu. HEX triplet: D5, EA and 81. RGB value is (213,234,129). Sum of RGB (Red+Green+Blue) = 213+234+129=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 129 (50.78% from 255 or 22.40% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EA81 is #2A157E. Grayscale: #D8D8D8. Windows color (decimal): -2758015 or 8514261. OLE color: 8514261.

HSL color Cylindrical-coordinate representation of color #D5EA81: hue angle of 72º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5EA81 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 234 129 -
CMYK 0.09 0 0.45 0.08
HSL 72º 0.71% 0.71% -
HSV(B) 72º 0.45% 0.92% -
XYZ 60.83 74.58 31.96 -
YUV 215.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 213 234 129 0.09 0 0.45 0.08 72 0.71 0.71
Hex D5 EA 81 9 0 2D 8 48 47 47
Octal 325 352 201 11 0 55 10 110 107 107
Binary 11010101 11101010 10000001 1001 0 101101 1000 1001000 1000111 1000111

Color Harmonies of #D5EA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA81

Black with #D5EA81

Text Example


Text Example

White with #D5EA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA81; }

 p { color: rgb(213,234,129); }

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

background-color css

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

 a { background-color: rgb(213,234,129); }

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

border-color css

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

 span { border-color: rgb(213,234,129); }

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