#C2FC74

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

Shades of Sulu #C2FC74

Tints of Sulu #C2FC74

Color information

#C2FC74 (or 0xC2FC74) is unknown color: approx Sulu. HEX triplet: C2, FC and 74. RGB value is (194,252,116). Sum of RGB (Red+Green+Blue) = 194+252+116=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC74 is #3D038B. Grayscale: #DBDBDB. Windows color (decimal): -3998604 or 7666882. OLE color: 7666882.

HSL color Cylindrical-coordinate representation of color #C2FC74: hue angle of 85.59º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2FC74 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB194252116-
CMYK0.2300.540.01
HSL85.59º95.77%72.16%-
HSV(B)85.59º53.97%98.82%-
XYZ60.2182.3529.24-
YUV219.1569.78110.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 116 (45.70% from 255) = 20.64%
R=34.52%
G=44.84%
B=20.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942521160.2300.540.0185.5995.7772.16
HexC2FC74170361566048
Octal302374164270661126140110
Binary110000101111110011101001011101101101101011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FC74; }

 p { color: rgb(194,252,116); }

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

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

 a { background-color: rgb(194,252,116); }

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

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

 span { border-color: rgb(194,252,116); }

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