#C0F670

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

Shades of Sulu #C0F670

Tints of Sulu #C0F670

Color information

#C0F670 (or 0xC0F670) is unknown color: approx Sulu. HEX triplet: C0, F6 and 70. RGB value is (192,246,112). Sum of RGB (Red+Green+Blue) = 192+246+112=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F670 is #3F098F. Grayscale: #D7D7D7. Windows color (decimal): -4131216 or 7403200. OLE color: 7403200.

HSL color Cylindrical-coordinate representation of color #C0F670: hue angle of 84.18º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F670 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB192246112-
CMYK0.2200.540.04
HSL84.18º88.16%70.2%-
HSV(B)84.18º54.47%96.47%-
XYZ57.6278.2927.4-
YUV214.5870.11111.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 246 (96.48% from 255) = 44.73%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=34.91%
G=44.73%
B=20.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922461120.2200.540.0484.1888.1670.2
HexC0F670160364545846
Octal300366160260664124130106
Binary11000000111101101110000101100110110100101010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F670; }

 p { color: rgb(192,246,112); }

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

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

 a { background-color: rgb(192,246,112); }

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

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

 span { border-color: rgb(192,246,112); }

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