#C1FA35

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

Shades of Green Yellow #C1FA35

Tints of Green Yellow #C1FA35

Color information

#C1FA35 (or 0xC1FA35) is unknown color: approx Green Yellow. HEX triplet: C1, FA and 35. RGB value is (193,250,53). Sum of RGB (Red+Green+Blue) = 193+250+53=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1FA35 is #3E05CA. Grayscale: #D3D3D3. Windows color (decimal): -4064715 or 3537601. OLE color: 3537601.

HSL color Cylindrical-coordinate representation of color #C1FA35: hue angle of 77.36º 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 #C1FA35 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB19325053-
CMYK0.2300.790.02
HSL77.36º95.17%59.41%-
HSV(B)77.36º78.8%98.04%-
XYZ56.8279.9715.81-
YUV210.539.12115.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 53 (21.09% from 255) = 10.69%
R=38.91%
G=50.40%
B=10.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193250530.2300.790.0277.3695.1759.41
HexC1FA351704F24d5f3b
Octal30137265270117211513773
Binary110000011111101011010110111010011111010011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FA35; }

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

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

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

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

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

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

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

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