#C1F06E

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

Shades of Sulu #C1F06E

Tints of Sulu #C1F06E

Color information

#C1F06E (or 0xC1F06E) is unknown color: approx Sulu. HEX triplet: C1, F0 and 6E. RGB value is (193,240,110). Sum of RGB (Red+Green+Blue) = 193+240+110=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F06E is #3E0F91. Grayscale: #D3D3D3. Windows color (decimal): -4067218 or 7270593. OLE color: 7270593.

HSL color Cylindrical-coordinate representation of color #C1F06E: hue angle of 81.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1F06E is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB193240110-
CMYK0.2000.540.06
HSL81.69º81.25%68.63%-
HSV(B)81.69º54.17%94.12%-
XYZ55.9774.7826.24-
YUV211.1370.93115.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 240 (94.14% from 255) = 44.20%
BLUE value IS 110 (43.36% from 255) = 20.26%
R=35.54%
G=44.20%
B=20.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1932401100.2000.540.0681.6981.2568.63
HexC1F06E140366525145
Octal301360156240666122121105
Binary11000001111100001101110101000110110110101001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F06E; }

 p { color: rgb(193,240,110); }

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

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

 a { background-color: rgb(193,240,110); }

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

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

 span { border-color: rgb(193,240,110); }

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