#C1E764

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

Shades of Conifer #C1E764

Tints of Conifer #C1E764

Color information

#C1E764 (or 0xC1E764) is unknown color: approx Conifer. HEX triplet: C1, E7 and 64. RGB value is (193,231,100). Sum of RGB (Red+Green+Blue) = 193+231+100=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E764 is #3E189B. Grayscale: #CDCDCD. Windows color (decimal): -4069532 or 6612929. OLE color: 6612929.

HSL color Cylindrical-coordinate representation of color #C1E764: hue angle of 77.4º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1E764 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB193231100-
CMYK0.1600.570.09
HSL77.4º73.18%64.9%-
HSV(B)77.4º56.71%90.59%-
XYZ52.8769.4122.67-
YUV204.768.91119.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 231 (90.62% from 255) = 44.08%
BLUE value IS 100 (39.45% from 255) = 19.08%
R=36.83%
G=44.08%
B=19.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1932311000.1600.570.0977.473.1864.9
HexC1E7641003994d4941
Octal3013471442007111115111101
Binary110000011110011111001001000001110011001100110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E764; }

 p { color: rgb(193,231,100); }

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

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

 a { background-color: rgb(193,231,100); }

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

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

 span { border-color: rgb(193,231,100); }

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