#C1F27F

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

Shades of Sulu #C1F27F

Tints of Sulu #C1F27F

Color information

#C1F27F (or 0xC1F27F) is unknown color: approx Sulu. HEX triplet: C1, F2 and 7F. RGB value is (193,242,127). Sum of RGB (Red+Green+Blue) = 193+242+127=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F27F is #3E0D80. Grayscale: #D6D6D6. Windows color (decimal): -4066689 or 8385217. OLE color: 8385217.

HSL color Cylindrical-coordinate representation of color #C1F27F: hue angle of 85.57º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1F27F is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB193242127-
CMYK0.2000.480.05
HSL85.57º81.56%72.35%-
HSV(B)85.57º47.52%94.9%-
XYZ57.5876.3731.79-
YUV214.2478.77112.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.34%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 127 (50% from 255) = 22.60%
R=34.34%
G=43.06%
B=22.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1932421270.2000.480.0585.5781.5672.35
HexC1F27F140305565248
Octal301362177240605126122110
Binary11000001111100101111111101000110000101101011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F27F; }

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

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

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

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

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

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

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

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