Html Css Color HEX #D5E53E Pear

📋 copy color: '#D5E53E'

red 213 ◦ green 229 ◦ blue 62

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

Shades of Pear #D5E53E

Tints of Pear #D5E53E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.44%

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

R = 42.26%
G = 45.44%
B = 12.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#D5E53E (or 0xD5E53E) is known color: Pear. HEX triplet: D5, E5 and 3E. RGB value is (213,229,62). Sum of RGB (Red+Green+Blue) = 213+229+62=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E53E is #2A1AC1. Grayscale: #CDCDCD. Windows color (decimal): -2759362 or 4122069. OLE color: 4122069.

HSL color Cylindrical-coordinate representation of color #D5E53E: hue angle of 65.75º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5E53E is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 229 62 -
CMYK 0.07 0 0.73 0.10
HSL 65.75º 0.76% 0.57% -
HSV(B) 65.75º 0.73% 0.9% -
XYZ 56.33 70.53 15.2 -
YUV 205.18 47.2 133.58 -
System Red Green Blue C M Y K H S L
Decimal 213 229 62 0.07 0 0.73 0.10 65.75 0.76 0.57
Hex D5 E5 3E 7 0 49 A 42 4C 39
Octal 325 345 76 7 0 111 12 102 114 71
Binary 11010101 11100101 111110 111 0 1001001 1010 1000010 1001100 111001

Color Harmonies of #D5E53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E53E

Black with #D5E53E

Text Example


Text Example

White with #D5E53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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