#C9F14D

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

Shades of Conifer #C9F14D

Tints of Conifer #C9F14D

Color information

#C9F14D (or 0xC9F14D) is unknown color: approx Conifer. HEX triplet: C9, F1 and 4D. RGB value is (201,241,77). Sum of RGB (Red+Green+Blue) = 201+241+77=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F14D is #360EB2. Grayscale: #D2D2D2. Windows color (decimal): -3542707 or 5108169. OLE color: 5108169.

HSL color Cylindrical-coordinate representation of color #C9F14D: hue angle of 74.63º 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 #C9F14D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB20124177-
CMYK0.1700.680.05
HSL74.63º85.42%62.35%-
HSV(B)74.63º68.05%94.51%-
XYZ56.8875.8618.67-
YUV210.3452.75121.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 241 (94.53% from 255) = 46.44%
BLUE value IS 77 (30.47% from 255) = 14.84%
R=38.73%
G=46.44%
B=14.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201241770.1700.680.0574.6385.4262.35
HexC9F14D1104454b553e
Octal311361115210104511312576
Binary11001001111100011001101100010100010010110010111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F14D; }

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

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

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

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

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

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

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

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