#C6F130

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

Shades of Pear #C6F130

Tints of Pear #C6F130

Color information

#C6F130 (or 0xC6F130) is unknown color: approx Pear. HEX triplet: C6, F1 and 30. RGB value is (198,241,48). Sum of RGB (Red+Green+Blue) = 198+241+48=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F130 is #390ECF. Grayscale: #CECECE. Windows color (decimal): -3739344 or 3207622. OLE color: 3207622.

HSL color Cylindrical-coordinate representation of color #C6F130: hue angle of 73.37º degrees, saturation: 0.87, 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 #C6F130 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB19824148-
CMYK0.1800.800.05
HSL73.37º87.33%56.67%-
HSV(B)73.37º80.08%94.51%-
XYZ55.2875.1314.38-
YUV206.1438.75122.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 241 (94.53% from 255) = 49.49%
BLUE value IS 48 (19.14% from 255) = 9.86%
R=40.66%
G=49.49%
B=9.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198241480.1800.800.0573.3787.3356.67
HexC6F130120505495739
Octal30636160220120511112771
Binary1100011011110001110000100100101000010110010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F130; }

 p { color: rgb(198,241,48); }

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

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

 a { background-color: rgb(198,241,48); }

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

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

 span { border-color: rgb(198,241,48); }

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