#C1FD7F

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

Shades of Sulu #C1FD7F

Tints of Sulu #C1FD7F

Color information

#C1FD7F (or 0xC1FD7F) is unknown color: approx Sulu. HEX triplet: C1, FD and 7F. RGB value is (193,253,127). Sum of RGB (Red+Green+Blue) = 193+253+127=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD7F is #3E0280. Grayscale: #DDDDDD. Windows color (decimal): -4063873 or 8388033. OLE color: 8388033.

HSL color Cylindrical-coordinate representation of color #C1FD7F: hue angle of 88.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1FD7F is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB193253127-
CMYK0.2400.500.01
HSL88.57º96.92%74.51%-
HSV(B)88.57º49.8%99.22%-
XYZ60.9583.1232.91-
YUV220.775.12108.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 253 (99.22% from 255) = 44.15%
BLUE value IS 127 (50% from 255) = 22.16%
R=33.68%
G=44.15%
B=22.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932531270.2400.500.0188.5796.9274.51
HexC1FD7F18032159614b
Octal301375177300621131141113
Binary110000011111110111111111100001100101101100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FD7F; }

 p { color: rgb(193,253,127); }

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

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

 a { background-color: rgb(193,253,127); }

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

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

 span { border-color: rgb(193,253,127); }

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