Html Css Color HEX #D5EA82 Sulu

📋 copy color: '#D5EA82'

red 213 ◦ green 234 ◦ blue 130

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

Shades of Sulu #D5EA82

Tints of Sulu #D5EA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.53%

R = 36.92%
G = 40.55%
B = 22.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#D5EA82 (or 0xD5EA82) is known color: Sulu. HEX triplet: D5, EA and 82. RGB value is (213,234,130). Sum of RGB (Red+Green+Blue) = 213+234+130=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EA82 is #2A157D. Grayscale: #D8D8D8. Windows color (decimal): -2758014 or 8579797. OLE color: 8579797.

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

Color convert

RGB 213 234 130 -
CMYK 0.09 0 0.44 0.08
HSL 72.12º 0.71% 0.71% -
HSV(B) 72.12º 0.44% 0.92% -
XYZ 60.89 74.6 32.31 -
YUV 215.87 79.54 125.96 -
System Red Green Blue C M Y K H S L
Decimal 213 234 130 0.09 0 0.44 0.08 72.12 0.71 0.71
Hex D5 EA 82 9 0 2C 8 48 47 47
Octal 325 352 202 11 0 54 10 110 107 107
Binary 11010101 11101010 10000010 1001 0 101100 1000 1001000 1000111 1000111

Color Harmonies of #D5EA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA82

Black with #D5EA82

Text Example


Text Example

White with #D5EA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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