#C6EB50

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

Shades of Conifer #C6EB50

Tints of Conifer #C6EB50

Color information

#C6EB50 (or 0xC6EB50) is unknown color: approx Conifer. HEX triplet: C6, EB and 50. RGB value is (198,235,80). Sum of RGB (Red+Green+Blue) = 198+235+80=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB50 is #3914AF. Grayscale: #CECECE. Windows color (decimal): -3740848 or 5303238. OLE color: 5303238.

HSL color Cylindrical-coordinate representation of color #C6EB50: hue angle of 74.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6EB50 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB19823580-
CMYK0.1600.660.08
HSL74.32º79.49%61.76%-
HSV(B)74.32º65.96%92.16%-
XYZ54.457218.62-
YUV206.2756.74122.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 235 (92.19% from 255) = 45.81%
BLUE value IS 80 (31.64% from 255) = 15.59%
R=38.60%
G=45.81%
B=15.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198235800.1600.660.0874.3279.4961.76
HexC6EB501004284a4f3e
Octal3063531202001021011211776
Binary110001101110101110100001000001000010100010010101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EB50; }

 p { color: rgb(198,235,80); }

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

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

 a { background-color: rgb(198,235,80); }

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

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

 span { border-color: rgb(198,235,80); }

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