#C2FF7C

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

Shades of Sulu #C2FF7C

Tints of Sulu #C2FF7C

Color information

#C2FF7C (or 0xC2FF7C) is unknown color: approx Sulu. HEX triplet: C2, FF and 7C. RGB value is (194,255,124). Sum of RGB (Red+Green+Blue) = 194+255+124=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF7C is #3D0083. Grayscale: #DEDEDE. Windows color (decimal): -3997828 or 8191938. OLE color: 8191938.

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

Color convert

RGB194255124-
CMYK0.2400.510
HSL87.94º100%74.31%-
HSV(B)87.94º51.37%100%-
XYZ61.6584.4432.12-
YUV221.8372.79108.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=33.86%
G=44.50%
B=21.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551240.2400.51087.9410074.31
HexC2FF7C18033058644a
Octal302377174300630130144112
Binary110000101111111111111001100001100110101100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF7C; }

 p { color: rgb(194,255,124); }

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

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

 a { background-color: rgb(194,255,124); }

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

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

 span { border-color: rgb(194,255,124); }

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