#C1E76A

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

Shades of Sulu #C1E76A

Tints of Sulu #C1E76A

Color information

#C1E76A (or 0xC1E76A) is unknown color: approx Sulu. HEX triplet: C1, E7 and 6A. RGB value is (193,231,106). Sum of RGB (Red+Green+Blue) = 193+231+106=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E76A is #3E1895. Grayscale: #CDCDCD. Windows color (decimal): -4069526 or 7006145. OLE color: 7006145.

HSL color Cylindrical-coordinate representation of color #C1E76A: hue angle of 78.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1E76A is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB193231106-
CMYK0.1600.540.09
HSL78.24º72.25%66.08%-
HSV(B)78.24º54.11%90.59%-
XYZ53.1769.5324.25-
YUV205.3971.91119.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 231 (90.62% from 255) = 43.58%
BLUE value IS 106 (41.80% from 255) = 20%
R=36.42%
G=43.58%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1932311060.1600.540.0978.2472.2566.08
HexC1E76A1003694e4842
Octal3013471522006611116110102
Binary110000011110011111010101000001101101001100111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E76A; }

 p { color: rgb(193,231,106); }

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

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

 a { background-color: rgb(193,231,106); }

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

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

 span { border-color: rgb(193,231,106); }

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