#C1F685

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

Shades of Sulu #C1F685

Tints of Sulu #C1F685

Color information

#C1F685 (or 0xC1F685) is unknown color: approx Sulu. HEX triplet: C1, F6 and 85. RGB value is (193,246,133). Sum of RGB (Red+Green+Blue) = 193+246+133=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #C1F685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F685 is #3E097A. Grayscale: #D9D9D9. Windows color (decimal): -4065659 or 8779457. OLE color: 8779457.

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

Color convert

RGB193246133-
CMYK0.2200.460.04
HSL88.14º86.26%74.31%-
HSV(B)88.14º45.93%96.47%-
XYZ59.1878.9434.31-
YUV217.2780.44110.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 246 (96.48% from 255) = 43.01%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=33.74%
G=43.01%
B=23.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932461330.2200.460.0488.1486.2674.31
HexC1F6851602E458564a
Octal301366205260564130126112
Binary110000011111011010000101101100101110100101100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F685; }

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

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

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

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

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

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

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

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