#C0FC8A

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

Shades of Sulu #C0FC8A

Tints of Sulu #C0FC8A

Color information

#C0FC8A (or 0xC0FC8A) is unknown color: approx Sulu. HEX triplet: C0, FC and 8A. RGB value is (192,252,138). Sum of RGB (Red+Green+Blue) = 192+252+138=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FC8A is #3F0375. Grayscale: #DDDDDD. Windows color (decimal): -4129654 or 9108672. OLE color: 9108672.

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

Color convert

RGB192252138-
CMYK0.2400.450.01
HSL91.58º95%76.47%-
HSV(B)91.58º45.24%98.82%-
XYZ61.1482.6636.78-
YUV221.0681.12107.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=32.99%
G=43.30%
B=23.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922521380.2400.450.0191.589576.47
HexC0FC8A1802D15c5f4c
Octal300374212300551134137114
Binary1100000011111100100010101100001011011101110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FC8A; }

 p { color: rgb(192,252,138); }

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

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

 a { background-color: rgb(192,252,138); }

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

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

 span { border-color: rgb(192,252,138); }

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