#C0FA6B

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

Shades of Sulu #C0FA6B

Tints of Sulu #C0FA6B

Color information

#C0FA6B (or 0xC0FA6B) is unknown color: approx Sulu. HEX triplet: C0, FA and 6B. RGB value is (192,250,107). Sum of RGB (Red+Green+Blue) = 192+250+107=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA6B is #3F0594. Grayscale: #D8D8D8. Windows color (decimal): -4130197 or 7076544. OLE color: 7076544.

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

Color convert

RGB192250107-
CMYK0.2300.570.02
HSL84.34º93.46%70%-
HSV(B)84.34º57.2%98.04%-
XYZ58.5880.6426.39-
YUV216.3666.28110.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 250 (98.05% from 255) = 45.54%
BLUE value IS 107 (42.19% from 255) = 19.49%
R=34.97%
G=45.54%
B=19.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501070.2300.570.0284.3493.4670
HexC0FA6B170392545d46
Octal300372153270712124135106
Binary1100000011111010110101110111011100110101010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FA6B; }

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

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

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

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

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

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

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

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