Html Css Color HEX #C5E52D Pear

📋 copy color: '#C5E52D'

red 197 ◦ green 229 ◦ blue 45

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

Shades of Pear #C5E52D

Tints of Pear #C5E52D

RGB

 RED value IS 197 (77.34% from 255) = 41.83%

 GREEN value IS 229 (89.84% from 255) = 48.62%

 BLUE value IS 45 (17.97% from 255) = 9.55%

R = 41.83%
G = 48.62%
B = 9.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#C5E52D (or 0xC5E52D) is known color: Pear. HEX triplet: C5, E5 and 2D. RGB value is (197,229,45). Sum of RGB (Red+Green+Blue) = 197+229+45=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E52D is #3A1AD2. Grayscale: #C7C7C7. Windows color (decimal): -3807955 or 3007941. OLE color: 3007941.

HSL color Cylindrical-coordinate representation of color #C5E52D: hue angle of 70.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5E52D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 229 45 -
CMYK 0.14 0 0.80 0.10
HSL 70.43º 0.78% 0.54% -
HSV(B) 70.43º 0.8% 0.9% -
XYZ 51.52 68.1 12.91 -
YUV 198.46 41.4 126.96 -
System Red Green Blue C M Y K H S L
Decimal 197 229 45 0.14 0 0.80 0.10 70.43 0.78 0.54
Hex C5 E5 2D E 0 50 A 46 4E 36
Octal 305 345 55 16 0 120 12 106 116 66
Binary 11000101 11100101 101101 1110 0 1010000 1010 1000110 1001110 110110

Color Harmonies of #C5E52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E52D

Black with #C5E52D

Text Example


Text Example

White with #C5E52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E52D; }

 p { color: rgb(197,229,45); }

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

background-color css

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

 a { background-color: rgb(197,229,45); }

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

border-color css

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

 span { border-color: rgb(197,229,45); }

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