#C1FD54

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

Shades of Conifer #C1FD54

Tints of Conifer #C1FD54

Color information

#C1FD54 (or 0xC1FD54) is unknown color: approx Conifer. HEX triplet: C1, FD and 54. RGB value is (193,253,84). Sum of RGB (Red+Green+Blue) = 193+253+84=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD54 is #3E02AB. Grayscale: #D8D8D8. Windows color (decimal): -4063916 or 5569985. OLE color: 5569985.

HSL color Cylindrical-coordinate representation of color #C1FD54: hue angle of 81.3º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1FD54 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB19325384-
CMYK0.2400.670.01
HSL81.3º97.69%66.08%-
HSV(B)81.3º66.8%99.22%-
XYZ58.7282.2321.16-
YUV215.7953.62111.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 253 (99.22% from 255) = 47.74%
BLUE value IS 84 (33.20% from 255) = 15.85%
R=36.42%
G=47.74%
B=15.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193253840.2400.670.0181.397.6966.08
HexC1FD54180431516242
Octal3013751243001031121142102
Binary1100000111111101101010011000010000111101000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FD54; }

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

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

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

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

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

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

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

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