#C0FD45

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

Shades of Green Yellow #C0FD45

Tints of Green Yellow #C0FD45

Color information

#C0FD45 (or 0xC0FD45) is unknown color: approx Green Yellow. HEX triplet: C0, FD and 45. RGB value is (192,253,69). Sum of RGB (Red+Green+Blue) = 192+253+69=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FD45 is #3F02BA. Grayscale: #D6D6D6. Windows color (decimal): -4129467 or 4586944. OLE color: 4586944.

HSL color Cylindrical-coordinate representation of color #C0FD45: hue angle of 79.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0FD45 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB19225369-
CMYK0.2400.730.01
HSL79.89º97.87%63.14%-
HSV(B)79.89º72.73%99.22%-
XYZ57.9481.8918.38-
YUV213.7846.29112.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 253 (99.22% from 255) = 49.22%
BLUE value IS 69 (27.34% from 255) = 13.42%
R=37.35%
G=49.22%
B=13.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192253690.2400.730.0179.8997.8763.14
HexC0FD4518049150623f
Octal300375105300111112014277
Binary110000001111110110001011100001001001110100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FD45; }

 p { color: rgb(192,253,69); }

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

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

 a { background-color: rgb(192,253,69); }

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

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

 span { border-color: rgb(192,253,69); }

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