Html Css Color HEX #94E554 Conifer

📋 copy color: '#94E554'

red 148 ◦ green 229 ◦ blue 84

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

Shades of Conifer #94E554

Tints of Conifer #94E554

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.67%

 BLUE value IS 84 (33.2% from 255) = 18.22%

R = 32.1%
G = 49.67%
B = 18.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#94E554 (or 0x94E554) is known color: Conifer. HEX triplet: 94, E5 and 54. RGB value is (148,229,84). Sum of RGB (Red+Green+Blue) = 148+229+84=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #94E554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E554 is #6B1AAB. Grayscale: #BCBCBC. Windows color (decimal): -7019180 or 5563796. OLE color: 5563796.

HSL color Cylindrical-coordinate representation of color #94E554: hue angle of 93.52º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94E554 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 229 84 -
CMYK 0.35 0 0.63 0.10
HSL 93.52º 0.74% 0.61% -
HSV(B) 93.52º 0.63% 0.9% -
XYZ 41.83 62.97 18.34 -
YUV 188.25 69.16 99.29 -
System Red Green Blue C M Y K H S L
Decimal 148 229 84 0.35 0 0.63 0.10 93.52 0.74 0.61
Hex 94 E5 54 23 0 3F A 5E 4A 3D
Octal 224 345 124 43 0 77 12 136 112 75
Binary 10010100 11100101 1010100 100011 0 111111 1010 1011110 1001010 111101

Color Harmonies of #94E554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E554

Black with #94E554

Text Example


Text Example

White with #94E554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,229,84); }

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

background-color css

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

 a { background-color: rgb(148,229,84); }

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

border-color css

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

 span { border-color: rgb(148,229,84); }

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