#C0FD71

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

Shades of Sulu #C0FD71

Tints of Sulu #C0FD71

Color information

#C0FD71 (or 0xC0FD71) is unknown color: approx Sulu. HEX triplet: C0, FD and 71. RGB value is (192,253,113). Sum of RGB (Red+Green+Blue) = 192+253+113=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD71 is #3F028E. Grayscale: #DBDBDB. Windows color (decimal): -4129423 or 7470528. OLE color: 7470528.

HSL color Cylindrical-coordinate representation of color #C0FD71: hue angle of 86.14º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0FD71 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB192253113-
CMYK0.2400.550.01
HSL86.14º97.22%71.76%-
HSV(B)86.14º55.34%99.22%-
XYZ59.8482.6528.42-
YUV218.868.29108.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 253 (99.22% from 255) = 45.34%
BLUE value IS 113 (44.53% from 255) = 20.25%
R=34.41%
G=45.34%
B=20.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922531130.2400.550.0186.1497.2271.76
HexC0FD71180371566148
Octal300375161300671126141110
Binary110000001111110111100011100001101111101011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FD71; }

 p { color: rgb(192,253,113); }

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

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

 a { background-color: rgb(192,253,113); }

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

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

 span { border-color: rgb(192,253,113); }

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