Html Css Color HEX #94F458 Conifer

📋 copy color: '#94F458'

red 148 ◦ green 244 ◦ blue 88

#94F458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #94F458

Tints of Conifer #94F458

RGB

 RED value IS 148 (58.2% from 255) = 30.83%

 GREEN value IS 244 (95.7% from 255) = 50.83%

 BLUE value IS 88 (34.77% from 255) = 18.33%

R = 30.83%
G = 50.83%
B = 18.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#94F458 (or 0x94F458) is known color: Conifer. HEX triplet: 94, F4 and 58. RGB value is (148,244,88). Sum of RGB (Red+Green+Blue) = 148+244+88=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #94F458 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F458 is #6B0BA7. Grayscale: #C6C6C6. Windows color (decimal): -7015336 or 5829780. OLE color: 5829780.

HSL color Cylindrical-coordinate representation of color #94F458: hue angle of 96.92º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94F458 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 244 88 -
CMYK 0.39 0 0.64 0.04
HSL 96.92º 0.88% 0.65% -
HSV(B) 96.92º 0.64% 0.96% -
XYZ 46.32 71.7 20.63 -
YUV 197.51 66.2 92.68 -
System Red Green Blue C M Y K H S L
Decimal 148 244 88 0.39 0 0.64 0.04 96.92 0.88 0.65
Hex 94 F4 58 27 0 40 4 61 58 41
Octal 224 364 130 47 0 100 4 141 130 101
Binary 10010100 11110100 1011000 100111 0 1000000 100 1100001 1011000 1000001

Color Harmonies of #94F458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F458

Black with #94F458

Text Example


Text Example

White with #94F458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,244,88); }

 H1.HeaderClassName
 {
   color: #94F458;
 }
 .AnyTagClassName
 {
   color: #94F458;
 }
</style>

background-color css

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

 a { background-color: rgb(148,244,88); }

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

border-color css

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

 span { border-color: rgb(148,244,88); }

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