#C4F025

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

Shades of Pear #C4F025

Tints of Pear #C4F025

Color information

#C4F025 (or 0xC4F025) is unknown color: approx Pear. HEX triplet: C4, F0 and 25. RGB value is (196,240,37). Sum of RGB (Red+Green+Blue) = 196+240+37=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F025 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F025 is #3B0FDA. Grayscale: #CCCCCC. Windows color (decimal): -3870683 or 2486468. OLE color: 2486468.

HSL color Cylindrical-coordinate representation of color #C4F025: hue angle of 73º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4F025 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB19624037-
CMYK0.1800.850.06
HSL73º87.12%54.31%-
HSV(B)73º84.58%94.12%-
XYZ54.2674.1913.21-
YUV203.733.92122.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 240 (94.14% from 255) = 50.74%
BLUE value IS 37 (14.84% from 255) = 7.82%
R=41.44%
G=50.74%
B=7.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal196240370.1800.850.067387.1254.31
HexC4F025120556495736
Octal30436045220125611112766
Binary1100010011110000100101100100101010111010010011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F025; }

 p { color: rgb(196,240,37); }

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

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

 a { background-color: rgb(196,240,37); }

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

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

 span { border-color: rgb(196,240,37); }

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