#C2FF5C

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

Shades of Conifer #C2FF5C

Tints of Conifer #C2FF5C

Color information

#C2FF5C (or 0xC2FF5C) is unknown color: approx Conifer. HEX triplet: C2, FF and 5C. RGB value is (194,255,92). Sum of RGB (Red+Green+Blue) = 194+255+92=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF5C is #3D00A3. Grayscale: #DADADA. Windows color (decimal): -3997860 or 6094786. OLE color: 6094786.

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

Color convert

RGB19425592-
CMYK0.2400.640
HSL82.45º100%68.04%-
HSV(B)82.45º63.92%100%-
XYZ59.9483.7623.13-
YUV218.1856.79110.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 255 (100% from 255) = 47.13%
BLUE value IS 92 (36.33% from 255) = 17.01%
R=35.86%
G=47.13%
B=17.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194255920.2400.64082.4510068.04
HexC2FF5C180400526444
Octal3023771343001000122144104
Binary1100001011111111101110011000010000000101001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF5C; }

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

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

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

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

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

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

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

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