#C2FE5B

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

Shades of Conifer #C2FE5B

Tints of Conifer #C2FE5B

Color information

#C2FE5B (or 0xC2FE5B) is unknown color: approx Conifer. HEX triplet: C2, FE and 5B. RGB value is (194,254,91). Sum of RGB (Red+Green+Blue) = 194+254+91=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE5B is #3D01A4. Grayscale: #DADADA. Windows color (decimal): -3998117 or 6028994. OLE color: 6028994.

HSL color Cylindrical-coordinate representation of color #C2FE5B: hue angle of 82.09º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2FE5B is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB19425491-
CMYK0.2400.640.00
HSL82.09º98.79%67.65%-
HSV(B)82.09º64.17%99.61%-
XYZ59.5883.1122.8-
YUV217.4856.62111.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 254 (99.61% from 255) = 47.12%
BLUE value IS 91 (35.94% from 255) = 16.88%
R=35.99%
G=47.12%
B=16.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal194254910.2400.640.0082.0998.7967.65
HexC2FE5B180400526344
Octal3023761333001000122143104
Binary1100001011111110101101111000010000000101001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FE5B; }

 p { color: rgb(194,254,91); }

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

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

 a { background-color: rgb(194,254,91); }

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

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

 span { border-color: rgb(194,254,91); }

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