#C0FA61

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

Shades of Sulu #C0FA61

Tints of Sulu #C0FA61

Color information

#C0FA61 (or 0xC0FA61) is unknown color: approx Sulu. HEX triplet: C0, FA and 61. RGB value is (192,250,97). Sum of RGB (Red+Green+Blue) = 192+250+97=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA61 is #3F059E. Grayscale: #D7D7D7. Windows color (decimal): -4130207 or 6421184. OLE color: 6421184.

HSL color Cylindrical-coordinate representation of color #C0FA61: hue angle of 82.75º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0FA61 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB19225097-
CMYK0.2300.610.02
HSL82.75º93.87%68.04%-
HSV(B)82.75º61.2%98.04%-
XYZ58.0880.4423.77-
YUV215.2261.28111.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 97 (38.28% from 255) = 18.00%
R=35.62%
G=46.38%
B=18.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192250970.2300.610.0282.7593.8768.04
HexC0FA611703D2535e44
Octal300372141270752123136104
Binary1100000011111010110000110111011110110101001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FA61; }

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

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

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

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

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

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

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

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