#C0F96F

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

Shades of Sulu #C0F96F

Tints of Sulu #C0F96F

Color information

#C0F96F (or 0xC0F96F) is unknown color: approx Sulu. HEX triplet: C0, F9 and 6F. RGB value is (192,249,111). Sum of RGB (Red+Green+Blue) = 192+249+111=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F96F is #3F0690. Grayscale: #D8D8D8. Windows color (decimal): -4130449 or 7338432. OLE color: 7338432.

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

Color convert

RGB192249111-
CMYK0.2300.550.02
HSL84.78º92%70.59%-
HSV(B)84.78º55.42%97.65%-
XYZ58.4880.1127.42-
YUV216.2268.62110.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 249 (97.66% from 255) = 45.11%
BLUE value IS 111 (43.75% from 255) = 20.11%
R=34.78%
G=45.11%
B=20.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922491110.2300.550.0284.789270.59
HexC0F96F170372555c47
Octal300371157270672125134107
Binary1100000011111001110111110111011011110101010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F96F; }

 p { color: rgb(192,249,111); }

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

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

 a { background-color: rgb(192,249,111); }

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

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

 span { border-color: rgb(192,249,111); }

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