#C1FF74

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

Shades of Sulu #C1FF74

Tints of Sulu #C1FF74

Color information

#C1FF74 (or 0xC1FF74) is unknown color: approx Sulu. HEX triplet: C1, FF and 74. RGB value is (193,255,116). Sum of RGB (Red+Green+Blue) = 193+255+116=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FF74 is #3E008B. Grayscale: #DDDDDD. Windows color (decimal): -4063372 or 7667649. OLE color: 7667649.

HSL color Cylindrical-coordinate representation of color #C1FF74: hue angle of 86.76º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1FF74 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB193255116-
CMYK0.2400.550
HSL86.76º100%72.75%-
HSV(B)86.76º54.51%100%-
XYZ60.984.1229.55-
YUV220.6268.96108.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 116 (45.70% from 255) = 20.57%
R=34.22%
G=45.21%
B=20.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932551160.2400.55086.7610072.75
HexC1FF74180370576449
Octal301377164300670127144111
Binary110000011111111111101001100001101110101011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FF74; }

 p { color: rgb(193,255,116); }

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

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

 a { background-color: rgb(193,255,116); }

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

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

 span { border-color: rgb(193,255,116); }

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