#C3F35F

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

Shades of Conifer #C3F35F

Tints of Conifer #C3F35F

Color information

#C3F35F (or 0xC3F35F) is unknown color: approx Conifer. HEX triplet: C3, F3 and 5F. RGB value is (195,243,95). Sum of RGB (Red+Green+Blue) = 195+243+95=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F35F is #3C0CA0. Grayscale: #D4D4D4. Windows color (decimal): -3935393 or 6288323. OLE color: 6288323.

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

Color convert

RGB19524395-
CMYK0.2000.610.05
HSL79.46º86.05%66.27%-
HSV(B)79.46º60.91%95.29%-
XYZ56.6276.5322.61-
YUV211.7862.1116.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 243 (95.31% from 255) = 45.59%
BLUE value IS 95 (37.5% from 255) = 17.82%
R=36.59%
G=45.59%
B=17.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195243950.2000.610.0579.4686.0566.27
HexC3F35F1403D54f5642
Octal303363137240755117126102
Binary11000011111100111011111101000111101101100111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F35F; }

 p { color: rgb(195,243,95); }

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

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

 a { background-color: rgb(195,243,95); }

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

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

 span { border-color: rgb(195,243,95); }

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