Html Css Color HEX #D5E982 Sulu

📋 copy color: '#D5E982'

red 213 ◦ green 233 ◦ blue 130

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

Shades of Sulu #D5E982

Tints of Sulu #D5E982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.45%

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

R = 36.98%
G = 40.45%
B = 22.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#D5E982 (or 0xD5E982) is known color: Sulu. HEX triplet: D5, E9 and 82. RGB value is (213,233,130). Sum of RGB (Red+Green+Blue) = 213+233+130=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E982 is #2A167D. Grayscale: #D7D7D7. Windows color (decimal): -2758270 or 8579541. OLE color: 8579541.

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

Color convert

RGB 213 233 130 -
CMYK 0.09 0 0.44 0.09
HSL 71.65º 0.7% 0.71% -
HSV(B) 71.65º 0.44% 0.91% -
XYZ 60.61 74.04 32.21 -
YUV 215.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 213 233 130 0.09 0 0.44 0.09 71.65 0.7 0.71
Hex D5 E9 82 9 0 2C 9 48 46 47
Octal 325 351 202 11 0 54 11 110 106 107
Binary 11010101 11101001 10000010 1001 0 101100 1001 1001000 1000110 1000111

Color Harmonies of #D5E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E982

Black with #D5E982

Text Example


Text Example

White with #D5E982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E982; }

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

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

background-color css

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

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

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

border-color css

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

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

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