#C2FA35

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

Shades of Green Yellow #C2FA35

Tints of Green Yellow #C2FA35

Color information

#C2FA35 (or 0xC2FA35) is unknown color: approx Green Yellow. HEX triplet: C2, FA and 35. RGB value is (194,250,53). Sum of RGB (Red+Green+Blue) = 194+250+53=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FA35 is #3D05CA. Grayscale: #D3D3D3. Windows color (decimal): -3999179 or 3537602. OLE color: 3537602.

HSL color Cylindrical-coordinate representation of color #C2FA35: hue angle of 77.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2FA35 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB19425053-
CMYK0.2200.790.02
HSL77.06º95.17%59.41%-
HSV(B)77.06º78.8%98.04%-
XYZ57.0880.115.82-
YUV210.838.95116.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 53 (21.09% from 255) = 10.66%
R=39.03%
G=50.30%
B=10.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal194250530.2200.790.0277.0695.1759.41
HexC2FA351604F24d5f3b
Octal30237265260117211513773
Binary110000101111101011010110110010011111010011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FA35; }

 p { color: rgb(194,250,53); }

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

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

 a { background-color: rgb(194,250,53); }

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

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

 span { border-color: rgb(194,250,53); }

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