#C7F33A

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

Shades of Pear #C7F33A

Tints of Pear #C7F33A

Color information

#C7F33A (or 0xC7F33A) is unknown color: approx Pear. HEX triplet: C7, F3 and 3A. RGB value is (199,243,58). Sum of RGB (Red+Green+Blue) = 199+243+58=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F33A is #380CC5. Grayscale: #D1D1D1. Windows color (decimal): -3673286 or 3863495. OLE color: 3863495.

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

Color convert

RGB19924358-
CMYK0.1800.760.05
HSL74.27º88.52%59.02%-
HSV(B)74.27º76.13%95.29%-
XYZ56.3776.5515.81-
YUV208.7542.92121.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 243 (95.31% from 255) = 48.6%
BLUE value IS 58 (23.05% from 255) = 11.6%
R=39.8%
G=48.6%
B=11.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal199243580.1800.760.0574.2788.5259.02
HexC7F33A1204C54a593b
Octal30736372220114511213173
Binary1100011111110011111010100100100110010110010101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F33A; }

 p { color: rgb(199,243,58); }

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

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

 a { background-color: rgb(199,243,58); }

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

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

 span { border-color: rgb(199,243,58); }

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