#C0FE85

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

Shades of Sulu #C0FE85

Tints of Sulu #C0FE85

Color information

#C0FE85 (or 0xC0FE85) is unknown color: approx Sulu. HEX triplet: C0, FE and 85. RGB value is (192,254,133). Sum of RGB (Red+Green+Blue) = 192+254+133=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FE85 is #3F017A. Grayscale: #DEDEDE. Windows color (decimal): -4129147 or 8781504. OLE color: 8781504.

HSL color Cylindrical-coordinate representation of color #C0FE85: hue angle of 90.74º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0FE85 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB192254133-
CMYK0.2400.480.00
HSL90.74º98.37%75.88%-
HSV(B)90.74º47.64%99.61%-
XYZ61.4183.7835.13-
YUV221.6777.96106.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=33.16%
G=43.87%
B=22.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922541330.2400.480.0090.7498.3775.88
HexC0FE851803005b624c
Octal300376205300600133142114
Binary1100000011111110100001011100001100000101101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FE85; }

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

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

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

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

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

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

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

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