#C5F230

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

Shades of Pear #C5F230

Tints of Pear #C5F230

Color information

#C5F230 (or 0xC5F230) is unknown color: approx Pear. HEX triplet: C5, F2 and 30. RGB value is (197,242,48). Sum of RGB (Red+Green+Blue) = 197+242+48=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F230 is #3A0DCF. Grayscale: #CFCFCF. Windows color (decimal): -3804624 or 3207877. OLE color: 3207877.

HSL color Cylindrical-coordinate representation of color #C5F230: hue angle of 73.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5F230 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB19724248-
CMYK0.1900.800.05
HSL73.92º88.18%56.86%-
HSV(B)73.92º80.17%94.9%-
XYZ55.3175.5914.47-
YUV206.4338.59121.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 242 (94.92% from 255) = 49.69%
BLUE value IS 48 (19.14% from 255) = 9.86%
R=40.45%
G=49.69%
B=9.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197242480.1900.800.0573.9288.1856.86
HexC5F2301305054a5839
Octal30536260230120511213071
Binary1100010111110010110000100110101000010110010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F230; }

 p { color: rgb(197,242,48); }

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

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

 a { background-color: rgb(197,242,48); }

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

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

 span { border-color: rgb(197,242,48); }

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