Html Css Color HEX #D5E42A Pear

📋 copy color: '#D5E42A'

red 213 ◦ green 228 ◦ blue 42

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

Shades of Pear #D5E42A

Tints of Pear #D5E42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.2%

 BLUE value IS 42 (16.8% from 255) = 8.7%

R = 44.1%
G = 47.2%
B = 8.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#D5E42A (or 0xD5E42A) is known color: Pear. HEX triplet: D5, E4 and 2A. RGB value is (213,228,42). Sum of RGB (Red+Green+Blue) = 213+228+42=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E42A is #2A1BD5. Grayscale: #CBCBCB. Windows color (decimal): -2759638 or 2811093. OLE color: 2811093.

HSL color Cylindrical-coordinate representation of color #D5E42A: hue angle of 64.84º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5E42A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 228 42 -
CMYK 0.07 0 0.82 0.11
HSL 64.84º 0.78% 0.53% -
HSV(B) 64.84º 0.82% 0.89% -
XYZ 55.6 69.8 12.73 -
YUV 202.31 37.53 135.62 -
System Red Green Blue C M Y K H S L
Decimal 213 228 42 0.07 0 0.82 0.11 64.84 0.78 0.53
Hex D5 E4 2A 7 0 52 B 41 4E 35
Octal 325 344 52 7 0 122 13 101 116 65
Binary 11010101 11100100 101010 111 0 1010010 1011 1000001 1001110 110101

Color Harmonies of #D5E42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E42A

Black with #D5E42A

Text Example


Text Example

White with #D5E42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E42A; }

 p { color: rgb(213,228,42); }

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

background-color css

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

 a { background-color: rgb(213,228,42); }

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

border-color css

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

 span { border-color: rgb(213,228,42); }

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