#C5F62B

Color #C5F62B Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C5F62B

Tints of Pear #C5F62B

Color information

#C5F62B (or 0xC5F62B) is unknown color: approx Pear. HEX triplet: C5, F6 and 2B. RGB value is (197,246,43). Sum of RGB (Red+Green+Blue) = 197+246+43=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F62B is #3A09D4. Grayscale: #D0D0D0. Windows color (decimal): -3803605 or 2881221. OLE color: 2881221.

HSL color Cylindrical-coordinate representation of color #C5F62B: hue angle of 74.48º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5F62B is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB19724643-
CMYK0.2000.830.04
HSL74.48º91.86%56.67%-
HSV(B)74.48º82.52%96.47%-
XYZ56.4277.9614.36-
YUV208.2134.77120.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 246 (96.48% from 255) = 50.62%
BLUE value IS 43 (17.19% from 255) = 8.85%
R=40.53%
G=50.62%
B=8.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197246430.2000.830.0474.4891.8656.67
HexC5F62B1405344a5c39
Octal30536653240123411213471
Binary1100010111110110101011101000101001110010010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F62B; }

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

 H1.HeaderClassName
 {
   color: #C5F62B;
 }
 .AnyTagClassName
 {
   color: #C5F62B;
 }
</style>
background-color css

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

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

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

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

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

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