#C2F34F

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

Shades of Conifer #C2F34F

Tints of Conifer #C2F34F

Color information

#C2F34F (or 0xC2F34F) is unknown color: approx Conifer. HEX triplet: C2, F3 and 4F. RGB value is (194,243,79). Sum of RGB (Red+Green+Blue) = 194+243+79=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F34F is #3D0CB0. Grayscale: #D2D2D2. Windows color (decimal): -4000945 or 5239746. OLE color: 5239746.

HSL color Cylindrical-coordinate representation of color #C2F34F: hue angle of 77.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2F34F is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB19424379-
CMYK0.2000.670.05
HSL77.93º87.23%63.14%-
HSV(B)77.93º67.49%95.29%-
XYZ55.7176.1419.16-
YUV209.6554.27116.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 243 (95.31% from 255) = 47.09%
BLUE value IS 79 (31.25% from 255) = 15.31%
R=37.60%
G=47.09%
B=15.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194243790.2000.670.0577.9387.2363.14
HexC2F34F1404354e573f
Octal302363117240103511612777
Binary11000010111100111001111101000100001110110011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F34F; }

 p { color: rgb(194,243,79); }

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

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

 a { background-color: rgb(194,243,79); }

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

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

 span { border-color: rgb(194,243,79); }

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