Html Css Color HEX #C5E52B Pear

📋 copy color: '#C5E52B'

red 197 ◦ green 229 ◦ blue 43

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

Shades of Pear #C5E52B

Tints of Pear #C5E52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.17%

R = 42%
G = 48.83%
B = 9.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#C5E52B (or 0xC5E52B) is known color: Pear. HEX triplet: C5, E5 and 2B. RGB value is (197,229,43). Sum of RGB (Red+Green+Blue) = 197+229+43=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E52B is #3A1AD4. Grayscale: #C6C6C6. Windows color (decimal): -3807957 or 2876869. OLE color: 2876869.

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

Color convert

RGB 197 229 43 -
CMYK 0.14 0 0.81 0.10
HSL 70.32º 0.78% 0.53% -
HSV(B) 70.32º 0.81% 0.9% -
XYZ 51.48 68.08 12.71 -
YUV 198.23 40.4 127.12 -
System Red Green Blue C M Y K H S L
Decimal 197 229 43 0.14 0 0.81 0.10 70.32 0.78 0.53
Hex C5 E5 2B E 0 51 A 46 4E 35
Octal 305 345 53 16 0 121 12 106 116 65
Binary 11000101 11100101 101011 1110 0 1010001 1010 1000110 1001110 110101

Color Harmonies of #C5E52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E52B

Black with #C5E52B

Text Example


Text Example

White with #C5E52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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