#C0F485

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

Shades of Sulu #C0F485

Tints of Sulu #C0F485

Color information

#C0F485 (or 0xC0F485) is unknown color: approx Sulu. HEX triplet: C0, F4 and 85. RGB value is (192,244,133). Sum of RGB (Red+Green+Blue) = 192+244+133=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F485 is #3F0B7A. Grayscale: #D8D8D8. Windows color (decimal): -4131707 or 8778944. OLE color: 8778944.

HSL color Cylindrical-coordinate representation of color #C0F485: hue angle of 88.11º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0F485 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB192244133-
CMYK0.2100.450.04
HSL88.11º83.46%73.92%-
HSV(B)88.11º45.49%95.69%-
XYZ58.3277.634.09-
YUV215.881.27111.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 244 (95.70% from 255) = 42.88%
BLUE value IS 133 (52.34% from 255) = 23.37%
R=33.74%
G=42.88%
B=23.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922441330.2100.450.0488.1183.4673.92
HexC0F4851502D458534a
Octal300364205250554130123112
Binary110000001111010010000101101010101101100101100010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F485; }

 p { color: rgb(192,244,133); }

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

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

 a { background-color: rgb(192,244,133); }

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

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

 span { border-color: rgb(192,244,133); }

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