#C9F14B

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

Shades of Conifer #C9F14B

Tints of Conifer #C9F14B

Color information

#C9F14B (or 0xC9F14B) is unknown color: approx Conifer. HEX triplet: C9, F1 and 4B. RGB value is (201,241,75). Sum of RGB (Red+Green+Blue) = 201+241+75=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F14B is #360EB4. Grayscale: #D2D2D2. Windows color (decimal): -3542709 or 4977097. OLE color: 4977097.

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

Color convert

RGB20124175-
CMYK0.1700.690.05
HSL74.46º85.57%61.96%-
HSV(B)74.46º68.88%94.51%-
XYZ56.8175.8418.3-
YUV210.1251.75121.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 75 (29.69% from 255) = 14.51%
R=38.88%
G=46.62%
B=14.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201241750.1700.690.0574.4685.5761.96
HexC9F14B1104554a563e
Octal311361113210105511212676
Binary11001001111100011001011100010100010110110010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F14B; }

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

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

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

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

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

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

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

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