#94F761

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

Shades of Conifer #94F761

Tints of Conifer #94F761

Color information

#94F761 (or 0x94F761) is unknown color: approx Conifer. HEX triplet: 94, F7 and 61. RGB value is (148,247,97). Sum of RGB (Red+Green+Blue) = 148+247+97=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #94F761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F761 is #6B089E. Grayscale: #C8C8C8. Windows color (decimal): -7014559 or 6420372. OLE color: 6420372.

HSL color Cylindrical-coordinate representation of color #94F761: hue angle of 99.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94F761 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB14824797-
CMYK0.4000.610.03
HSL99.6º90.36%67.45%-
HSV(B)99.6º60.73%96.86%-
XYZ47.6373.6823.02-
YUV200.369.790.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 247 (96.88% from 255) = 50.20%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=30.08%
G=50.20%
B=19.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal148247970.4000.610.0399.690.3667.45
Hex94F7612803D3645a43
Octal224367141500753144132103
Binary10010100111101111100001101000011110111110010010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F761; }

 p { color: rgb(148,247,97); }

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

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

 a { background-color: rgb(148,247,97); }

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

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

 span { border-color: rgb(148,247,97); }

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