#C0F680

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

Shades of Sulu #C0F680

Tints of Sulu #C0F680

Color information

#C0F680 (or 0xC0F680) is unknown color: approx Sulu. HEX triplet: C0, F6 and 80. RGB value is (192,246,128). Sum of RGB (Red+Green+Blue) = 192+246+128=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F680 is #3F097F. Grayscale: #D8D8D8. Windows color (decimal): -4131200 or 8451776. OLE color: 8451776.

HSL color Cylindrical-coordinate representation of color #C0F680: hue angle of 87.46º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0F680 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB192246128-
CMYK0.2200.480.04
HSL87.46º86.76%73.33%-
HSV(B)87.46º47.97%96.47%-
XYZ58.5978.6832.52-
YUV216.478.11110.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 246 (96.48% from 255) = 43.46%
BLUE value IS 128 (50.39% from 255) = 22.61%
R=33.92%
G=43.46%
B=22.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922461280.2200.480.0487.4686.7673.33
HexC0F680160304575749
Octal300366200260604127127111
Binary110000001111011010000000101100110000100101011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F680; }

 p { color: rgb(192,246,128); }

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

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

 a { background-color: rgb(192,246,128); }

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

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

 span { border-color: rgb(192,246,128); }

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