#C6F545

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

Shades of Pear #C6F545

Tints of Pear #C6F545

Color information

#C6F545 (or 0xC6F545) is unknown color: approx Pear. HEX triplet: C6, F5 and 45. RGB value is (198,245,69). Sum of RGB (Red+Green+Blue) = 198+245+69=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F545 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F545 is #390ABA. Grayscale: #D3D3D3. Windows color (decimal): -3738299 or 4584902. OLE color: 4584902.

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

Color convert

RGB19824569-
CMYK0.1900.720.04
HSL76.02º89.8%61.57%-
HSV(B)76.02º71.84%96.08%-
XYZ57.0277.7417.63-
YUV210.8847.93118.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 245 (96.09% from 255) = 47.85%
BLUE value IS 69 (27.34% from 255) = 13.48%
R=38.67%
G=47.85%
B=13.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal198245690.1900.720.0476.0289.861.57
HexC6F5451304844c5a3e
Octal306365105230110411413276
Binary11000110111101011000101100110100100010010011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F545; }

 p { color: rgb(198,245,69); }

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

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

 a { background-color: rgb(198,245,69); }

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

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

 span { border-color: rgb(198,245,69); }

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