#C7FB52

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

Shades of Conifer #C7FB52

Tints of Conifer #C7FB52

Color information

#C7FB52 (or 0xC7FB52) is unknown color: approx Conifer. HEX triplet: C7, FB and 52. RGB value is (199,251,82). Sum of RGB (Red+Green+Blue) = 199+251+82=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FB52 is #3804AD. Grayscale: #D8D8D8. Windows color (decimal): -3671214 or 5438407. OLE color: 5438407.

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

Color convert

RGB19925182-
CMYK0.2100.670.02
HSL78.46º95.48%65.29%-
HSV(B)78.46º67.33%98.43%-
XYZ59.5781.7520.62-
YUV216.1952.27115.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 251 (98.44% from 255) = 47.18%
BLUE value IS 82 (32.42% from 255) = 15.41%
R=37.41%
G=47.18%
B=15.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199251820.2100.670.0278.4695.4865.29
HexC7FB521504324e5f41
Octal3073731222501032116137101
Binary11000111111110111010010101010100001110100111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FB52; }

 p { color: rgb(199,251,82); }

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

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

 a { background-color: rgb(199,251,82); }

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

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

 span { border-color: rgb(199,251,82); }

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