Html Css Color HEX #D5EA29 Pear

📋 copy color: '#D5EA29'

red 213 ◦ green 234 ◦ blue 41

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

Shades of Pear #D5EA29

Tints of Pear #D5EA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.4%

R = 43.65%
G = 47.95%
B = 8.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#D5EA29 (or 0xD5EA29) is known color: Pear. HEX triplet: D5, EA and 29. RGB value is (213,234,41). Sum of RGB (Red+Green+Blue) = 213+234+41=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EA29 is #2A15D6. Grayscale: #CECECE. Windows color (decimal): -2758103 or 2747093. OLE color: 2747093.

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

Color convert

RGB 213 234 41 -
CMYK 0.09 0 0.82 0.08
HSL 66.53º 0.82% 0.54% -
HSV(B) 66.53º 0.82% 0.92% -
XYZ 57.26 73.15 13.2 -
YUV 205.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 213 234 41 0.09 0 0.82 0.08 66.53 0.82 0.54
Hex D5 EA 29 9 0 52 8 43 52 36
Octal 325 352 51 11 0 122 10 103 122 66
Binary 11010101 11101010 101001 1001 0 1010010 1000 1000011 1010010 110110

Color Harmonies of #D5EA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA29

Black with #D5EA29

Text Example


Text Example

White with #D5EA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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