#C1FF52

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

Shades of Conifer #C1FF52

Tints of Conifer #C1FF52

Color information

#C1FF52 (or 0xC1FF52) is unknown color: approx Conifer. HEX triplet: C1, FF and 52. RGB value is (193,255,82). Sum of RGB (Red+Green+Blue) = 193+255+82=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FF52 is #3E00AD. Grayscale: #D9D9D9. Windows color (decimal): -4063406 or 5439425. OLE color: 5439425.

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

Color convert

RGB19325582-
CMYK0.2400.680
HSL81.5º100%66.08%-
HSV(B)81.5º67.84%100%-
XYZ59.2883.4720.97-
YUV216.7451.96111.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 255 (100% from 255) = 48.11%
BLUE value IS 82 (32.42% from 255) = 15.47%
R=36.42%
G=48.11%
B=15.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193255820.2400.68081.510066.08
HexC1FF52180440526442
Octal3013771223001040122144102
Binary1100000111111111101001011000010001000101001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FF52; }

 p { color: rgb(193,255,82); }

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

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

 a { background-color: rgb(193,255,82); }

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

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

 span { border-color: rgb(193,255,82); }

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