Html Css Color HEX #D5E449 Pear

📋 copy color: '#D5E449'

red 213 ◦ green 228 ◦ blue 73

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

Shades of Pear #D5E449

Tints of Pear #D5E449

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.36%

 BLUE value IS 73 (28.91% from 255) = 14.2%

R = 41.44%
G = 44.36%
B = 14.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#D5E449 (or 0xD5E449) is known color: Pear. HEX triplet: D5, E4 and 49. RGB value is (213,228,73). Sum of RGB (Red+Green+Blue) = 213+228+73=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E449 is #2A1BB6. Grayscale: #CECECE. Windows color (decimal): -2759607 or 4842709. OLE color: 4842709.

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

Color convert

RGB 213 228 73 -
CMYK 0.07 0 0.68 0.11
HSL 65.81º 0.74% 0.59% -
HSV(B) 65.81º 0.68% 0.89% -
XYZ 56.39 70.11 16.86 -
YUV 205.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 213 228 73 0.07 0 0.68 0.11 65.81 0.74 0.59
Hex D5 E4 49 7 0 44 B 42 4A 3B
Octal 325 344 111 7 0 104 13 102 112 73
Binary 11010101 11100100 1001001 111 0 1000100 1011 1000010 1001010 111011

Color Harmonies of #D5E449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E449

Black with #D5E449

Text Example


Text Example

White with #D5E449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E449; }

 p { color: rgb(213,228,73); }

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

background-color css

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

 a { background-color: rgb(213,228,73); }

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

border-color css

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

 span { border-color: rgb(213,228,73); }

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