Html Css Color HEX #94EC5F Conifer

📋 copy color: '#94EC5F'

red 148 ◦ green 236 ◦ blue 95

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

Shades of Conifer #94EC5F

Tints of Conifer #94EC5F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.27%

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 30.9%
G = 49.27%
B = 19.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#94EC5F (or 0x94EC5F) is known color: Conifer. HEX triplet: 94, EC and 5F. RGB value is (148,236,95). Sum of RGB (Red+Green+Blue) = 148+236+95=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC5F is #6B13A0. Grayscale: #C2C2C2. Windows color (decimal): -7017377 or 6286484. OLE color: 6286484.

HSL color Cylindrical-coordinate representation of color #94EC5F: hue angle of 97.45º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94EC5F is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 95 -
CMYK 0.37 0 0.60 0.07
HSL 97.45º 0.79% 0.65% -
HSV(B) 97.45º 0.6% 0.93% -
XYZ 44.27 67.11 21.45 -
YUV 193.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 148 236 95 0.37 0 0.60 0.07 97.45 0.79 0.65
Hex 94 EC 5F 25 0 3C 7 61 4F 41
Octal 224 354 137 45 0 74 7 141 117 101
Binary 10010100 11101100 1011111 100101 0 111100 111 1100001 1001111 1000001

Color Harmonies of #94EC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC5F

Black with #94EC5F

Text Example


Text Example

White with #94EC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,236,95); }

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

background-color css

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

 a { background-color: rgb(148,236,95); }

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

border-color css

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

 span { border-color: rgb(148,236,95); }

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