#C0FA35

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

Shades of Green Yellow #C0FA35

Tints of Green Yellow #C0FA35

Color information

#C0FA35 (or 0xC0FA35) is unknown color: approx Green Yellow. HEX triplet: C0, FA and 35. RGB value is (192,250,53). Sum of RGB (Red+Green+Blue) = 192+250+53=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FA35 is #3F05CA. Grayscale: #D2D2D2. Windows color (decimal): -4130251 or 3537600. OLE color: 3537600.

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

Color convert

RGB19225053-
CMYK0.2300.790.02
HSL77.66º95.17%59.41%-
HSV(B)77.66º78.8%98.04%-
XYZ56.5779.8315.8-
YUV210.239.28115.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 53 (21.09% from 255) = 10.71%
R=38.79%
G=50.51%
B=10.71%

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
Decimal192250530.2300.790.0277.6695.1759.41
HexC0FA351704F24e5f3b
Octal30037265270117211613773
Binary110000001111101011010110111010011111010011101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FA35; }

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

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

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

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

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

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

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

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