#C2F75C

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

Shades of Conifer #C2F75C

Tints of Conifer #C2F75C

Color information

#C2F75C (or 0xC2F75C) is unknown color: approx Conifer. HEX triplet: C2, F7 and 5C. RGB value is (194,247,92). Sum of RGB (Red+Green+Blue) = 194+247+92=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F75C is #3D08A3. Grayscale: #D6D6D6. Windows color (decimal): -3999908 or 6092738. OLE color: 6092738.

HSL color Cylindrical-coordinate representation of color #C2F75C: hue angle of 80.52º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2F75C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB19424792-
CMYK0.2100.630.03
HSL80.52º90.64%66.47%-
HSV(B)80.52º62.75%96.86%-
XYZ57.4478.7622.3-
YUV213.4859.44114.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 247 (96.88% from 255) = 46.34%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=36.40%
G=46.34%
B=17.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal194247920.2100.630.0380.5290.6466.47
HexC2F75C1503F3515b42
Octal302367134250773121133102
Binary1100001011110111101110010101011111111101000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F75C; }

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

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

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

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

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

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

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

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