#C6F340

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

Shades of Pear #C6F340

Tints of Pear #C6F340

Color information

#C6F340 (or 0xC6F340) is unknown color: approx Pear. HEX triplet: C6, F3 and 40. RGB value is (198,243,64). Sum of RGB (Red+Green+Blue) = 198+243+64=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F340 is #390CBF. Grayscale: #D1D1D1. Windows color (decimal): -3738816 or 4256710. OLE color: 4256710.

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

Color convert

RGB19824364-
CMYK0.1900.740.05
HSL75.08º88.18%60.2%-
HSV(B)75.08º73.66%95.29%-
XYZ56.2676.4816.65-
YUV209.1446.09120.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 64 (25.39% from 255) = 12.67%
R=39.21%
G=48.12%
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.05
SystemRedGreenBlueCMYKHSL
Decimal198243640.1900.740.0575.0888.1860.2
HexC6F3401304A54b583c
Octal306363100230112511313074
Binary11000110111100111000000100110100101010110010111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F340; }

 p { color: rgb(198,243,64); }

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

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

 a { background-color: rgb(198,243,64); }

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

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

 span { border-color: rgb(198,243,64); }

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