#C3FC52

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

Shades of Conifer #C3FC52

Tints of Conifer #C3FC52

Color information

#C3FC52 (or 0xC3FC52) is unknown color: approx Conifer. HEX triplet: C3, FC and 52. RGB value is (195,252,82). Sum of RGB (Red+Green+Blue) = 195+252+82=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FC52 is #3C03AD. Grayscale: #D8D8D8. Windows color (decimal): -3933102 or 5438659. OLE color: 5438659.

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

Color convert

RGB19525282-
CMYK0.2300.670.01
HSL80.12º96.59%65.49%-
HSV(B)80.12º67.46%98.82%-
XYZ58.8481.8320.68-
YUV215.5852.62113.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 82 (32.42% from 255) = 15.50%
R=36.86%
G=47.64%
B=15.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal195252820.2300.670.0180.1296.5965.49
HexC3FC52170431506141
Octal3033741222701031120141101
Binary1100001111111100101001010111010000111101000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FC52; }

 p { color: rgb(195,252,82); }

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

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

 a { background-color: rgb(195,252,82); }

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

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

 span { border-color: rgb(195,252,82); }

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