#C1F268

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

Shades of Sulu #C1F268

Tints of Sulu #C1F268

Color information

#C1F268 (or 0xC1F268) is unknown color: approx Sulu. HEX triplet: C1, F2 and 68. RGB value is (193,242,104). Sum of RGB (Red+Green+Blue) = 193+242+104=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F268 is #3E0D97. Grayscale: #D4D4D4. Windows color (decimal): -4066712 or 6877889. OLE color: 6877889.

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

Color convert

RGB193242104-
CMYK0.2000.570.05
HSL81.3º84.15%67.84%-
HSV(B)81.3º57.02%94.9%-
XYZ56.2475.8424.77-
YUV211.6267.27114.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 242 (94.92% from 255) = 44.90%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=35.81%
G=44.90%
B=19.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1932421040.2000.570.0581.384.1567.84
HexC1F268140395515444
Octal301362150240715121124104
Binary11000001111100101101000101000111001101101000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F268; }

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

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

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

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

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

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

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

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