#C3F154

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

Shades of Conifer #C3F154

Tints of Conifer #C3F154

Color information

#C3F154 (or 0xC3F154) is unknown color: approx Conifer. HEX triplet: C3, F1 and 54. RGB value is (195,241,84). Sum of RGB (Red+Green+Blue) = 195+241+84=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F154 is #3C0EAB. Grayscale: #D1D1D1. Windows color (decimal): -3935916 or 5566915. OLE color: 5566915.

HSL color Cylindrical-coordinate representation of color #C3F154: hue angle of 77.58º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3F154 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB19524184-
CMYK0.1900.650.05
HSL77.58º84.86%63.73%-
HSV(B)77.58º65.15%94.51%-
XYZ55.5675.1519.97-
YUV209.3557.26117.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 241 (94.53% from 255) = 46.35%
BLUE value IS 84 (33.20% from 255) = 16.15%
R=37.5%
G=46.35%
B=16.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195241840.1900.650.0577.5884.8663.73
HexC3F1541304154e5540
Octal3033611242301015116125100
Binary110000111111000110101001001101000001101100111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F154; }

 p { color: rgb(195,241,84); }

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

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

 a { background-color: rgb(195,241,84); }

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

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

 span { border-color: rgb(195,241,84); }

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