Html Css Color HEX #D5E136 Pear

📋 copy color: '#D5E136'

red 213 ◦ green 225 ◦ blue 54

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

Shades of Pear #D5E136

Tints of Pear #D5E136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.73%

 BLUE value IS 54 (21.48% from 255) = 10.98%

R = 43.29%
G = 45.73%
B = 10.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#D5E136 (or 0xD5E136) is known color: Pear. HEX triplet: D5, E1 and 36. RGB value is (213,225,54). Sum of RGB (Red+Green+Blue) = 213+225+54=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E136 is #2A1EC9. Grayscale: #CACACA. Windows color (decimal): -2760394 or 3596757. OLE color: 3596757.

HSL color Cylindrical-coordinate representation of color #D5E136: hue angle of 64.21º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5E136 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 54 -
CMYK 0.05 0 0.76 0.12
HSL 64.21º 0.74% 0.55% -
HSV(B) 64.21º 0.76% 0.88% -
XYZ 55.03 68.26 13.77 -
YUV 201.92 44.52 135.9 -
System Red Green Blue C M Y K H S L
Decimal 213 225 54 0.05 0 0.76 0.12 64.21 0.74 0.55
Hex D5 E1 36 5 0 4C C 40 4A 37
Octal 325 341 66 5 0 114 14 100 112 67
Binary 11010101 11100001 110110 101 0 1001100 1100 1000000 1001010 110111

Color Harmonies of #D5E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E136

Black with #D5E136

Text Example


Text Example

White with #D5E136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E136; }

 p { color: rgb(213,225,54); }

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

background-color css

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

 a { background-color: rgb(213,225,54); }

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

border-color css

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

 span { border-color: rgb(213,225,54); }

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