#C2F04E

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

Shades of Conifer #C2F04E

Tints of Conifer #C2F04E

Color information

#C2F04E (or 0xC2F04E) is unknown color: approx Conifer. HEX triplet: C2, F0 and 4E. RGB value is (194,240,78). Sum of RGB (Red+Green+Blue) = 194+240+78=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F04E is #3D0FB1. Grayscale: #D0D0D0. Windows color (decimal): -4001714 or 5173442. OLE color: 5173442.

HSL color Cylindrical-coordinate representation of color #C2F04E: hue angle of 77.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2F04E is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB19424078-
CMYK0.1900.680.06
HSL77.04º84.38%62.35%-
HSV(B)77.04º67.5%94.12%-
XYZ54.7874.3418.67-
YUV207.7854.76118.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 78 (30.86% from 255) = 15.23%
R=37.89%
G=46.88%
B=15.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194240780.1900.680.0677.0484.3862.35
HexC2F04E1304464d543e
Octal302360116230104611512476
Binary11000010111100001001110100110100010011010011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F04E; }

 p { color: rgb(194,240,78); }

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

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

 a { background-color: rgb(194,240,78); }

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

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

 span { border-color: rgb(194,240,78); }

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