#C1FE85

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

Shades of Sulu #C1FE85

Tints of Sulu #C1FE85

Color information

#C1FE85 (or 0xC1FE85) is unknown color: approx Sulu. HEX triplet: C1, FE and 85. RGB value is (193,254,133). Sum of RGB (Red+Green+Blue) = 193+254+133=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FE85 is #3E017A. Grayscale: #DEDEDE. Windows color (decimal): -4063611 or 8781505. OLE color: 8781505.

HSL color Cylindrical-coordinate representation of color #C1FE85: hue angle of 90.25º 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 #C1FE85 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB193254133-
CMYK0.2400.480.00
HSL90.25º98.37%75.88%-
HSV(B)90.25º47.64%99.61%-
XYZ61.6783.9135.14-
YUV221.9777.79107.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 254 (99.61% from 255) = 43.79%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=33.28%
G=43.79%
B=22.93%

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
Decimal1932541330.2400.480.0090.2598.3775.88
HexC1FE851803005a624c
Octal301376205300600132142114
Binary1100000111111110100001011100001100000101101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FE85; }

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

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

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

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

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

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

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

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