Html Css Color HEX #D5EE82 Sulu

📋 copy color: '#D5EE82'

red 213 ◦ green 238 ◦ blue 130

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

Shades of Sulu #D5EE82

Tints of Sulu #D5EE82

RGB

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

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

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

R = 36.66%
G = 40.96%
B = 22.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#D5EE82 (or 0xD5EE82) is known color: Sulu. HEX triplet: D5, EE and 82. RGB value is (213,238,130). Sum of RGB (Red+Green+Blue) = 213+238+130=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EE82 is #2A117D. Grayscale: #DADADA. Windows color (decimal): -2756990 or 8580821. OLE color: 8580821.

HSL color Cylindrical-coordinate representation of color #D5EE82: hue angle of 73.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5EE82 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 238 130 -
CMYK 0.11 0 0.45 0.07
HSL 73.89º 0.76% 0.72% -
HSV(B) 73.89º 0.45% 0.93% -
XYZ 62.04 76.91 32.69 -
YUV 218.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 213 238 130 0.11 0 0.45 0.07 73.89 0.76 0.72
Hex D5 EE 82 B 0 2D 7 4A 4C 48
Octal 325 356 202 13 0 55 7 112 114 110
Binary 11010101 11101110 10000010 1011 0 101101 111 1001010 1001100 1001000

Color Harmonies of #D5EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EE82

Black with #D5EE82

Text Example


Text Example

White with #D5EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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