Html Css Color HEX #D5EA2C Pear

📋 copy color: '#D5EA2C'

red 213 ◦ green 234 ◦ blue 44

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

Shades of Pear #D5EA2C

Tints of Pear #D5EA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 43.38%
G = 47.66%
B = 8.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#D5EA2C (or 0xD5EA2C) is known color: Pear. HEX triplet: D5, EA and 2C. RGB value is (213,234,44). Sum of RGB (Red+Green+Blue) = 213+234+44=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EA2C is #2A15D3. Grayscale: #CECECE. Windows color (decimal): -2758100 or 2943701. OLE color: 2943701.

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

Color convert

RGB 213 234 44 -
CMYK 0.09 0 0.81 0.08
HSL 66.63º 0.82% 0.55% -
HSV(B) 66.63º 0.81% 0.92% -
XYZ 57.32 73.17 13.49 -
YUV 206.06 36.54 132.95 -
System Red Green Blue C M Y K H S L
Decimal 213 234 44 0.09 0 0.81 0.08 66.63 0.82 0.55
Hex D5 EA 2C 9 0 51 8 43 52 37
Octal 325 352 54 11 0 121 10 103 122 67
Binary 11010101 11101010 101100 1001 0 1010001 1000 1000011 1010010 110111

Color Harmonies of #D5EA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA2C

Black with #D5EA2C

Text Example


Text Example

White with #D5EA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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