#C6EA50

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

Shades of Conifer #C6EA50

Tints of Conifer #C6EA50

Color information

#C6EA50 (or 0xC6EA50) is unknown color: approx Conifer. HEX triplet: C6, EA and 50. RGB value is (198,234,80). Sum of RGB (Red+Green+Blue) = 198+234+80=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EA50 is #3915AF. Grayscale: #CECECE. Windows color (decimal): -3741104 or 5302982. OLE color: 5302982.

HSL color Cylindrical-coordinate representation of color #C6EA50: hue angle of 74.03º 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 #C6EA50 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB19823480-
CMYK0.1500.660.08
HSL74.03º78.57%61.57%-
HSV(B)74.03º65.81%91.76%-
XYZ54.1671.4318.52-
YUV205.6857.07122.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 80 (31.64% from 255) = 15.62%
R=38.67%
G=45.70%
B=15.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198234800.1500.660.0874.0378.5761.57
HexC6EA50F04284a4f3e
Octal3063521201701021011211776
Binary11000110111010101010000111101000010100010010101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EA50; }

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

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

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

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

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

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

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

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