#C3F14B

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

Shades of Conifer #C3F14B

Tints of Conifer #C3F14B

Color information

#C3F14B (or 0xC3F14B) is unknown color: approx Conifer. HEX triplet: C3, F1 and 4B. RGB value is (195,241,75). Sum of RGB (Red+Green+Blue) = 195+241+75=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F14B is #3C0EB4. Grayscale: #D0D0D0. Windows color (decimal): -3935925 or 4977091. OLE color: 4977091.

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

Color convert

RGB19524175-
CMYK0.1900.690.05
HSL76.63º85.57%61.96%-
HSV(B)76.63º68.88%94.51%-
XYZ55.2375.0218.23-
YUV208.3252.76118.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 75 (29.69% from 255) = 14.68%
R=38.16%
G=47.16%
B=14.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195241750.1900.690.0576.6385.5761.96
HexC3F14B1304554d563e
Octal303361113230105511512676
Binary11000011111100011001011100110100010110110011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F14B; }

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

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

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

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

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

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

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

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