#C1F455

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

Shades of Conifer #C1F455

Tints of Conifer #C1F455

Color information

#C1F455 (or 0xC1F455) is unknown color: approx Conifer. HEX triplet: C1, F4 and 55. RGB value is (193,244,85). Sum of RGB (Red+Green+Blue) = 193+244+85=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F455 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F455 is #3E0BAA. Grayscale: #D3D3D3. Windows color (decimal): -4066219 or 5633217. OLE color: 5633217.

HSL color Cylindrical-coordinate representation of color #C1F455: hue angle of 79.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1F455 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB19324485-
CMYK0.2100.650.04
HSL79.25º87.85%64.51%-
HSV(B)79.25º65.16%95.69%-
XYZ55.9876.6920.45-
YUV210.6257.1115.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 244 (95.70% from 255) = 46.74%
BLUE value IS 85 (33.59% from 255) = 16.28%
R=36.97%
G=46.74%
B=16.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal193244850.2100.650.0479.2587.8564.51
HexC1F4551504144f5841
Octal3013641252501014117130101
Binary110000011111010010101011010101000001100100111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F455; }

 p { color: rgb(193,244,85); }

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

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

 a { background-color: rgb(193,244,85); }

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

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

 span { border-color: rgb(193,244,85); }

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