#C0FB48

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

Shades of Green Yellow #C0FB48

Tints of Green Yellow #C0FB48

Color information

#C0FB48 (or 0xC0FB48) is unknown color: approx Green Yellow. HEX triplet: C0, FB and 48. RGB value is (192,251,72). Sum of RGB (Red+Green+Blue) = 192+251+72=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB48 is #3F04B7. Grayscale: #D5D5D5. Windows color (decimal): -4129976 or 4783040. OLE color: 4783040.

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

Color convert

RGB19225172-
CMYK0.2400.710.02
HSL79.78º95.72%63.33%-
HSV(B)79.78º71.31%98.43%-
XYZ57.4180.6718.68-
YUV212.9548.45113.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 251 (98.44% from 255) = 48.74%
BLUE value IS 72 (28.52% from 255) = 13.98%
R=37.28%
G=48.74%
B=13.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192251720.2400.710.0279.7895.7263.33
HexC0FB4818047250603f
Octal300373110300107212014077
Binary1100000011111011100100011000010001111010100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FB48; }

 p { color: rgb(192,251,72); }

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

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

 a { background-color: rgb(192,251,72); }

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

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

 span { border-color: rgb(192,251,72); }

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