Html Css Color HEX #94E35D Conifer

📋 copy color: '#94E35D'

red 148 ◦ green 227 ◦ blue 93

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

Shades of Conifer #94E35D

Tints of Conifer #94E35D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.5%

 BLUE value IS 93 (36.72% from 255) = 19.87%

R = 31.62%
G = 48.5%
B = 19.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#94E35D (or 0x94E35D) is known color: Conifer. HEX triplet: 94, E3 and 5D. RGB value is (148,227,93). Sum of RGB (Red+Green+Blue) = 148+227+93=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #94E35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E35D is #6B1CA2. Grayscale: #BCBCBC. Windows color (decimal): -7019683 or 6153108. OLE color: 6153108.

HSL color Cylindrical-coordinate representation of color #94E35D: hue angle of 95.37º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94E35D is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 227 93 -
CMYK 0.35 0 0.59 0.11
HSL 95.37º 0.71% 0.63% -
HSV(B) 95.37º 0.59% 0.89% -
XYZ 41.66 62.02 20.13 -
YUV 188.1 74.33 99.4 -
System Red Green Blue C M Y K H S L
Decimal 148 227 93 0.35 0 0.59 0.11 95.37 0.71 0.63
Hex 94 E3 5D 23 0 3B B 5F 47 3F
Octal 224 343 135 43 0 73 13 137 107 77
Binary 10010100 11100011 1011101 100011 0 111011 1011 1011111 1000111 111111

Color Harmonies of #94E35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E35D

Black with #94E35D

Text Example


Text Example

White with #94E35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,227,93); }

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

background-color css

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

 a { background-color: rgb(148,227,93); }

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

border-color css

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

 span { border-color: rgb(148,227,93); }

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