#C2F752

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

Shades of Conifer #C2F752

Tints of Conifer #C2F752

Color information

#C2F752 (or 0xC2F752) is unknown color: approx Conifer. HEX triplet: C2, F7 and 52. RGB value is (194,247,82). Sum of RGB (Red+Green+Blue) = 194+247+82=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F752 is #3D08AD. Grayscale: #D4D4D4. Windows color (decimal): -3999918 or 5437378. OLE color: 5437378.

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

Color convert

RGB19424782-
CMYK0.2100.670.03
HSL79.27º91.16%64.51%-
HSV(B)79.27º66.8%96.86%-
XYZ57.0378.620.15-
YUV212.3454.44114.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 247 (96.88% from 255) = 47.23%
BLUE value IS 82 (32.42% from 255) = 15.68%
R=37.09%
G=47.23%
B=15.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal194247820.2100.670.0379.2791.1664.51
HexC2F7521504334f5b41
Octal3023671222501033117133101
Binary11000010111101111010010101010100001111100111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F752; }

 p { color: rgb(194,247,82); }

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

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

 a { background-color: rgb(194,247,82); }

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

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

 span { border-color: rgb(194,247,82); }

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