#C2F54E

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

Shades of Conifer #C2F54E

Tints of Conifer #C2F54E

Color information

#C2F54E (or 0xC2F54E) is unknown color: approx Conifer. HEX triplet: C2, F5 and 4E. RGB value is (194,245,78). Sum of RGB (Red+Green+Blue) = 194+245+78=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F54E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F54E is #3D0AB1. Grayscale: #D3D3D3. Windows color (decimal): -4000434 or 5174722. OLE color: 5174722.

HSL color Cylindrical-coordinate representation of color #C2F54E: hue angle of 78.32º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2F54E is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB19424578-
CMYK0.2100.680.04
HSL78.32º89.3%63.33%-
HSV(B)78.32º68.16%96.08%-
XYZ56.2877.3219.17-
YUV210.7153.1116.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 78 (30.86% from 255) = 15.09%
R=37.52%
G=47.39%
B=15.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal194245780.2100.680.0478.3289.363.33
HexC2F54E1504444e593f
Octal302365116250104411613177
Binary11000010111101011001110101010100010010010011101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F54E; }

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

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

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

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

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

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

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

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