#C5F14D

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

Shades of Conifer #C5F14D

Tints of Conifer #C5F14D

Color information

#C5F14D (or 0xC5F14D) is unknown color: approx Conifer. HEX triplet: C5, F1 and 4D. RGB value is (197,241,77). Sum of RGB (Red+Green+Blue) = 197+241+77=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F14D is #3A0EB2. Grayscale: #D1D1D1. Windows color (decimal): -3804851 or 5108165. OLE color: 5108165.

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

Color convert

RGB19724177-
CMYK0.1800.680.05
HSL76.1º85.42%62.35%-
HSV(B)76.1º68.05%94.51%-
XYZ55.8275.3218.62-
YUV209.1553.42119.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 77 (30.47% from 255) = 14.95%
R=38.25%
G=46.80%
B=14.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197241770.1800.680.0576.185.4262.35
HexC5F14D1204454c553e
Octal305361115220104511412576
Binary11000101111100011001101100100100010010110011001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F14D; }

 p { color: rgb(197,241,77); }

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

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

 a { background-color: rgb(197,241,77); }

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

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

 span { border-color: rgb(197,241,77); }

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