Html Css Color HEX #D5EA3E Pear

📋 copy color: '#D5EA3E'

red 213 ◦ green 234 ◦ blue 62

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

Shades of Pear #D5EA3E

Tints of Pear #D5EA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.18%

R = 41.85%
G = 45.97%
B = 12.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#D5EA3E (or 0xD5EA3E) is known color: Pear. HEX triplet: D5, EA and 3E. RGB value is (213,234,62). Sum of RGB (Red+Green+Blue) = 213+234+62=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EA3E is #2A15C1. Grayscale: #D0D0D0. Windows color (decimal): -2758082 or 4123349. OLE color: 4123349.

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

Color convert

RGB 213 234 62 -
CMYK 0.09 0 0.74 0.08
HSL 67.33º 0.8% 0.58% -
HSV(B) 67.33º 0.74% 0.92% -
XYZ 57.73 73.34 15.67 -
YUV 208.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 213 234 62 0.09 0 0.74 0.08 67.33 0.8 0.58
Hex D5 EA 3E 9 0 4A 8 43 50 3A
Octal 325 352 76 11 0 112 10 103 120 72
Binary 11010101 11101010 111110 1001 0 1001010 1000 1000011 1010000 111010

Color Harmonies of #D5EA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA3E

Black with #D5EA3E

Text Example


Text Example

White with #D5EA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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