#C1F975

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

Shades of Sulu #C1F975

Tints of Sulu #C1F975

Color information

#C1F975 (or 0xC1F975) is unknown color: approx Sulu. HEX triplet: C1, F9 and 75. RGB value is (193,249,117). Sum of RGB (Red+Green+Blue) = 193+249+117=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F975 is #3E068A. Grayscale: #D9D9D9. Windows color (decimal): -4064907 or 7731649. OLE color: 7731649.

HSL color Cylindrical-coordinate representation of color #C1F975: hue angle of 85.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1F975 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB193249117-
CMYK0.2200.530.02
HSL85.45º91.67%71.76%-
HSV(B)85.45º53.01%97.65%-
XYZ59.0880.3729.23-
YUV217.2171.45110.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=34.53%
G=44.54%
B=20.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932491170.2200.530.0285.4591.6771.76
HexC1F975160352555c48
Octal301371165260652125134110
Binary1100000111111001111010110110011010110101010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F975; }

 p { color: rgb(193,249,117); }

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

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

 a { background-color: rgb(193,249,117); }

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

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

 span { border-color: rgb(193,249,117); }

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