#C6F22B

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

Shades of Pear #C6F22B

Tints of Pear #C6F22B

Color information

#C6F22B (or 0xC6F22B) is unknown color: approx Pear. HEX triplet: C6, F2 and 2B. RGB value is (198,242,43). Sum of RGB (Red+Green+Blue) = 198+242+43=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F22B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F22B is #390DD4. Grayscale: #CECECE. Windows color (decimal): -3739093 or 2880198. OLE color: 2880198.

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

Color convert

RGB19824243-
CMYK0.1800.820.05
HSL73.27º88.44%55.88%-
HSV(B)73.27º82.23%94.9%-
XYZ55.4875.6813.97-
YUV206.1635.92122.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 242 (94.92% from 255) = 50.10%
BLUE value IS 43 (17.19% from 255) = 8.90%
R=40.99%
G=50.10%
B=8.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198242430.1800.820.0573.2788.4455.88
HexC6F22B120525495838
Octal30636253220122511113070
Binary1100011011110010101011100100101001010110010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F22B; }

 p { color: rgb(198,242,43); }

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

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

 a { background-color: rgb(198,242,43); }

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

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

 span { border-color: rgb(198,242,43); }

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