#C1F354

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

Shades of Conifer #C1F354

Tints of Conifer #C1F354

Color information

#C1F354 (or 0xC1F354) is unknown color: approx Conifer. HEX triplet: C1, F3 and 54. RGB value is (193,243,84). Sum of RGB (Red+Green+Blue) = 193+243+84=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F354 is #3E0CAB. Grayscale: #D2D2D2. Windows color (decimal): -4066476 or 5567425. OLE color: 5567425.

HSL color Cylindrical-coordinate representation of color #C1F354: hue angle of 78.87º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1F354 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB19324384-
CMYK0.2100.650.05
HSL78.87º86.89%64.12%-
HSV(B)78.87º65.43%95.29%-
XYZ55.6476.0820.14-
YUV209.9256.94115.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 243 (95.31% from 255) = 46.73%
BLUE value IS 84 (33.20% from 255) = 16.15%
R=37.12%
G=46.73%
B=16.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193243840.2100.650.0578.8786.8964.12
HexC1F3541504154f5740
Octal3013631242501015117127100
Binary110000011111001110101001010101000001101100111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F354; }

 p { color: rgb(193,243,84); }

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

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

 a { background-color: rgb(193,243,84); }

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

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

 span { border-color: rgb(193,243,84); }

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