Html Css Color HEX #C5E82F Pear

📋 copy color: '#C5E82F'

red 197 ◦ green 232 ◦ blue 47

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

Shades of Pear #C5E82F

Tints of Pear #C5E82F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.74%

 BLUE value IS 47 (18.75% from 255) = 9.87%

R = 41.39%
G = 48.74%
B = 9.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#C5E82F (or 0xC5E82F) is known color: Pear. HEX triplet: C5, E8 and 2F. RGB value is (197,232,47). Sum of RGB (Red+Green+Blue) = 197+232+47=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E82F is #3A17D0. Grayscale: #C9C9C9. Windows color (decimal): -3807185 or 3139781. OLE color: 3139781.

HSL color Cylindrical-coordinate representation of color #C5E82F: hue angle of 71.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5E82F is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 232 47 -
CMYK 0.15 0 0.80 0.09
HSL 71.35º 0.8% 0.55% -
HSV(B) 71.35º 0.8% 0.91% -
XYZ 52.4 69.79 13.4 -
YUV 200.45 41.4 125.54 -
System Red Green Blue C M Y K H S L
Decimal 197 232 47 0.15 0 0.80 0.09 71.35 0.8 0.55
Hex C5 E8 2F F 0 50 9 47 50 37
Octal 305 350 57 17 0 120 11 107 120 67
Binary 11000101 11101000 101111 1111 0 1010000 1001 1000111 1010000 110111

Color Harmonies of #C5E82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E82F

Black with #C5E82F

Text Example


Text Example

White with #C5E82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E82F; }

 p { color: rgb(197,232,47); }

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

background-color css

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

 a { background-color: rgb(197,232,47); }

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

border-color css

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

 span { border-color: rgb(197,232,47); }

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