Html Css Color HEX #94E858 Conifer

📋 copy color: '#94E858'

red 148 ◦ green 232 ◦ blue 88

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

Shades of Conifer #94E858

Tints of Conifer #94E858

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.57%

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

R = 31.62%
G = 49.57%
B = 18.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#94E858 (or 0x94E858) is known color: Conifer. HEX triplet: 94, E8 and 58. RGB value is (148,232,88). Sum of RGB (Red+Green+Blue) = 148+232+88=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #94E858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E858 is #6B17A7. Grayscale: #BEBEBE. Windows color (decimal): -7018408 or 5826708. OLE color: 5826708.

HSL color Cylindrical-coordinate representation of color #94E858: hue angle of 95º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94E858 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 232 88 -
CMYK 0.36 0 0.62 0.09
HSL 95º 0.76% 0.63% -
HSV(B) 95º 0.62% 0.91% -
XYZ 42.83 64.71 19.47 -
YUV 190.47 70.17 97.71 -
System Red Green Blue C M Y K H S L
Decimal 148 232 88 0.36 0 0.62 0.09 95 0.76 0.63
Hex 94 E8 58 24 0 3E 9 5F 4C 3F
Octal 224 350 130 44 0 76 11 137 114 77
Binary 10010100 11101000 1011000 100100 0 111110 1001 1011111 1001100 111111

Color Harmonies of #94E858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E858

Black with #94E858

Text Example


Text Example

White with #94E858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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