Html Css Color HEX #D5E241 Pear

📋 copy color: '#D5E241'

red 213 ◦ green 226 ◦ blue 65

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

Shades of Pear #D5E241

Tints of Pear #D5E241

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

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

R = 42.26%
G = 44.84%
B = 12.9%

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

#D5E241 (or 0xD5E241) is known color: Pear. HEX triplet: D5, E2 and 41. RGB value is (213,226,65). Sum of RGB (Red+Green+Blue) = 213+226+65=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E241 is #2A1DBE. Grayscale: #CCCCCC. Windows color (decimal): -2760127 or 4317909. OLE color: 4317909.

HSL color Cylindrical-coordinate representation of color #D5E241: hue angle of 64.84º 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 #D5E241 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 226 65 -
CMYK 0.06 0 0.71 0.11
HSL 64.84º 0.74% 0.57% -
HSV(B) 64.84º 0.71% 0.89% -
XYZ 55.59 68.92 15.37 -
YUV 203.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 213 226 65 0.06 0 0.71 0.11 64.84 0.74 0.57
Hex D5 E2 41 6 0 47 B 41 4A 39
Octal 325 342 101 6 0 107 13 101 112 71
Binary 11010101 11100010 1000001 110 0 1000111 1011 1000001 1001010 111001

Color Harmonies of #D5E241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E241

Black with #D5E241

Text Example


Text Example

White with #D5E241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E241; }

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

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

background-color css

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

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

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

border-color css

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

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

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