#C3EF50

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

Shades of Conifer #C3EF50

Tints of Conifer #C3EF50

Color information

#C3EF50 (or 0xC3EF50) is unknown color: approx Conifer. HEX triplet: C3, EF and 50. RGB value is (195,239,80). Sum of RGB (Red+Green+Blue) = 195+239+80=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EF50 is #3C10AF. Grayscale: #D0D0D0. Windows color (decimal): -3936432 or 5304259. OLE color: 5304259.

HSL color Cylindrical-coordinate representation of color #C3EF50: hue angle of 76.6º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3EF50 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB19523980-
CMYK0.1800.670.06
HSL76.6º83.25%62.55%-
HSV(B)76.6º66.53%93.73%-
XYZ54.8273.9118.97-
YUV207.7255.92118.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 239 (93.75% from 255) = 46.50%
BLUE value IS 80 (31.64% from 255) = 15.56%
R=37.94%
G=46.50%
B=15.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal195239800.1800.670.0676.683.2562.55
HexC3EF501204364d533f
Octal303357120220103611512377
Binary11000011111011111010000100100100001111010011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EF50; }

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

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

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

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

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

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

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

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