#C0FF85

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

Shades of Sulu #C0FF85

Tints of Sulu #C0FF85

Color information

#C0FF85 (or 0xC0FF85) is unknown color: approx Sulu. HEX triplet: C0, FF and 85. RGB value is (192,255,133). Sum of RGB (Red+Green+Blue) = 192+255+133=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF85 is #3F007A. Grayscale: #DEDEDE. Windows color (decimal): -4128891 or 8781760. OLE color: 8781760.

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

Color convert

RGB192255133-
CMYK0.2500.480
HSL90.98º100%76.08%-
HSV(B)90.98º47.84%100%-
XYZ61.7384.4235.23-
YUV222.2677.63106.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 255 (100% from 255) = 43.97%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=33.10%
G=43.97%
B=22.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922551330.2500.48090.9810076.08
HexC0FF851903005b644c
Octal300377205310600133144114
Binary1100000011111111100001011100101100000101101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FF85; }

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

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

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

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

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

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

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

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