#C0F190

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

Shades of Sulu #C0F190

Tints of Sulu #C0F190

Color information

#C0F190 (or 0xC0F190) is unknown color: approx Sulu. HEX triplet: C0, F1 and 90. RGB value is (192,241,144). Sum of RGB (Red+Green+Blue) = 192+241+144=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F190 is #3F0E6F. Grayscale: #D7D7D7. Windows color (decimal): -4132464 or 9499072. OLE color: 9499072.

HSL color Cylindrical-coordinate representation of color #C0F190: hue angle of 90.31º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0F190 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB192241144-
CMYK0.2000.400.05
HSL90.31º77.6%75.49%-
HSV(B)90.31º40.25%94.51%-
XYZ58.2376.1338.01-
YUV215.2987.77111.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 144 (56.64% from 255) = 24.96%
R=33.28%
G=41.77%
B=24.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922411440.2000.400.0590.3177.675.49
HexC0F1901402855a4e4b
Octal300361220240505132116113
Binary110000001111000110010000101000101000101101101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F190; }

 p { color: rgb(192,241,144); }

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

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

 a { background-color: rgb(192,241,144); }

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

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

 span { border-color: rgb(192,241,144); }

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