#C6E92A

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

Shades of Pear #C6E92A

Tints of Pear #C6E92A

Color information

#C6E92A (or 0xC6E92A) is unknown color: approx Pear. HEX triplet: C6, E9 and 2A. RGB value is (198,233,42). Sum of RGB (Red+Green+Blue) = 198+233+42=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E92A is #3916D5. Grayscale: #C9C9C9. Windows color (decimal): -3741398 or 2812358. OLE color: 2812358.

HSL color Cylindrical-coordinate representation of color #C6E92A: hue angle of 70.99º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6E92A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB19823342-
CMYK0.1500.820.09
HSL70.99º81.28%53.92%-
HSV(B)70.99º81.97%91.37%-
XYZ52.8570.4513-
YUV200.7638.4126.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 233 (91.41% from 255) = 49.26%
BLUE value IS 42 (16.80% from 255) = 8.88%
R=41.86%
G=49.26%
B=8.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal198233420.1500.820.0970.9981.2853.92
HexC6E92AF0529475136
Octal306351521701221110712166
Binary1100011011101001101010111101010010100110001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E92A; }

 p { color: rgb(198,233,42); }

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

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

 a { background-color: rgb(198,233,42); }

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

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

 span { border-color: rgb(198,233,42); }

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