Html Css Color HEX #D5E341 Pear

📋 copy color: '#D5E341'

red 213 ◦ green 227 ◦ blue 65

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

Shades of Pear #D5E341

Tints of Pear #D5E341

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

 BLUE value IS 65 (25.78% from 255) = 12.87%

R = 42.18%
G = 44.95%
B = 12.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#D5E341 (or 0xD5E341) is known color: Pear. HEX triplet: D5, E3 and 41. RGB value is (213,227,65). Sum of RGB (Red+Green+Blue) = 213+227+65=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E341 is #2A1CBE. Grayscale: #CCCCCC. Windows color (decimal): -2759871 or 4318165. OLE color: 4318165.

HSL color Cylindrical-coordinate representation of color #D5E341: hue angle of 65.19º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5E341 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 65 -
CMYK 0.06 0 0.71 0.11
HSL 65.19º 0.74% 0.57% -
HSV(B) 65.19º 0.71% 0.89% -
XYZ 55.86 69.47 15.46 -
YUV 204.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 213 227 65 0.06 0 0.71 0.11 65.19 0.74 0.57
Hex D5 E3 41 6 0 47 B 41 4A 39
Octal 325 343 101 6 0 107 13 101 112 71
Binary 11010101 11100011 1000001 110 0 1000111 1011 1000001 1001010 111001

Color Harmonies of #D5E341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E341

Black with #D5E341

Text Example


Text Example

White with #D5E341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E341; }

 p { color: rgb(213,227,65); }

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

background-color css

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

 a { background-color: rgb(213,227,65); }

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

border-color css

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

 span { border-color: rgb(213,227,65); }

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