Html Css Color HEX #D5E139 Pear

📋 copy color: '#D5E139'

red 213 ◦ green 225 ◦ blue 57

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

Shades of Pear #D5E139

Tints of Pear #D5E139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.52%

R = 43.03%
G = 45.45%
B = 11.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#D5E139 (or 0xD5E139) is known color: Pear. HEX triplet: D5, E1 and 39. RGB value is (213,225,57). Sum of RGB (Red+Green+Blue) = 213+225+57=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E139 is #2A1EC6. Grayscale: #CACACA. Windows color (decimal): -2760391 or 3793365. OLE color: 3793365.

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

Color convert

RGB 213 225 57 -
CMYK 0.05 0 0.75 0.12
HSL 64.29º 0.74% 0.55% -
HSV(B) 64.29º 0.75% 0.88% -
XYZ 55.1 68.29 14.15 -
YUV 202.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 213 225 57 0.05 0 0.75 0.12 64.29 0.74 0.55
Hex D5 E1 39 5 0 4B C 40 4A 37
Octal 325 341 71 5 0 113 14 100 112 67
Binary 11010101 11100001 111001 101 0 1001011 1100 1000000 1001010 110111

Color Harmonies of #D5E139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E139

Black with #D5E139

Text Example


Text Example

White with #D5E139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E139; }

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

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

background-color css

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

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

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

border-color css

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

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

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