#C0F065

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

Shades of Sulu #C0F065

Tints of Sulu #C0F065

Color information

#C0F065 (or 0xC0F065) is unknown color: approx Sulu. HEX triplet: C0, F0 and 65. RGB value is (192,240,101). Sum of RGB (Red+Green+Blue) = 192+240+101=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F065 is #3F0F9A. Grayscale: #D2D2D2. Windows color (decimal): -4132763 or 6680768. OLE color: 6680768.

HSL color Cylindrical-coordinate representation of color #C0F065: hue angle of 80.72º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0F065 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB192240101-
CMYK0.2000.580.06
HSL80.72º82.25%66.86%-
HSV(B)80.72º57.92%94.12%-
XYZ55.2574.4723.77-
YUV209.866.6115.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 240 (94.14% from 255) = 45.03%
BLUE value IS 101 (39.84% from 255) = 18.95%
R=36.02%
G=45.03%
B=18.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922401010.2000.580.0680.7282.2566.86
HexC0F0651403A6515243
Octal300360145240726121122103
Binary11000000111100001100101101000111010110101000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F065; }

 p { color: rgb(192,240,101); }

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

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

 a { background-color: rgb(192,240,101); }

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

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

 span { border-color: rgb(192,240,101); }

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