#C0FA75

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

Shades of Sulu #C0FA75

Tints of Sulu #C0FA75

Color information

#C0FA75 (or 0xC0FA75) is unknown color: approx Sulu. HEX triplet: C0, FA and 75. RGB value is (192,250,117). Sum of RGB (Red+Green+Blue) = 192+250+117=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA75 is #3F058A. Grayscale: #D9D9D9. Windows color (decimal): -4130187 or 7731904. OLE color: 7731904.

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

Color convert

RGB192250117-
CMYK0.2300.530.02
HSL86.17º93.01%71.96%-
HSV(B)86.17º53.2%98.04%-
XYZ59.1380.8629.32-
YUV217.571.28109.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=34.35%
G=44.72%
B=20.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501170.2300.530.0286.1793.0171.96
HexC0FA75170352565d48
Octal300372165270652126135110
Binary1100000011111010111010110111011010110101011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FA75; }

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

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

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

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

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

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

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

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