#C3EB50

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

Shades of Conifer #C3EB50

Tints of Conifer #C3EB50

Color information

#C3EB50 (or 0xC3EB50) is unknown color: approx Conifer. HEX triplet: C3, EB and 50. RGB value is (195,235,80). Sum of RGB (Red+Green+Blue) = 195+235+80=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EB50 is #3C14AF. Grayscale: #CDCDCD. Windows color (decimal): -3937456 or 5303235. OLE color: 5303235.

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

Color convert

RGB19523580-
CMYK0.1700.660.08
HSL75.48º79.49%61.76%-
HSV(B)75.48º65.96%92.16%-
XYZ53.6671.618.58-
YUV205.3757.25120.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 235 (92.19% from 255) = 46.08%
BLUE value IS 80 (31.64% from 255) = 15.69%
R=38.24%
G=46.08%
B=15.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195235800.1700.660.0875.4879.4961.76
HexC3EB501104284b4f3e
Octal3033531202101021011311776
Binary110000111110101110100001000101000010100010010111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EB50; }

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

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

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

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

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

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

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

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