#C5F440

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

Shades of Pear #C5F440

Tints of Pear #C5F440

Color information

#C5F440 (or 0xC5F440) is unknown color: approx Pear. HEX triplet: C5, F4 and 40. RGB value is (197,244,64). Sum of RGB (Red+Green+Blue) = 197+244+64=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F440 is #3A0BBF. Grayscale: #D2D2D2. Windows color (decimal): -3804096 or 4256965. OLE color: 4256965.

HSL color Cylindrical-coordinate representation of color #C5F440: hue angle of 75.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5F440 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB19724464-
CMYK0.1900.740.04
HSL75.67º89.11%60.39%-
HSV(B)75.67º73.77%95.69%-
XYZ56.376.9416.73-
YUV209.4345.93119.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 244 (95.70% from 255) = 48.32%
BLUE value IS 64 (25.39% from 255) = 12.67%
R=39.01%
G=48.32%
B=12.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197244640.1900.740.0475.6789.1160.39
HexC5F4401304A44c593c
Octal305364100230112411413174
Binary11000101111101001000000100110100101010010011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F440; }

 p { color: rgb(197,244,64); }

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

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

 a { background-color: rgb(197,244,64); }

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

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

 span { border-color: rgb(197,244,64); }

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