Html Css Color HEX #94E35C Conifer

📋 copy color: '#94E35C'

red 148 ◦ green 227 ◦ blue 92

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

Shades of Conifer #94E35C

Tints of Conifer #94E35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 31.69%
G = 48.61%
B = 19.7%

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

#94E35C (or 0x94E35C) is known color: Conifer. HEX triplet: 94, E3 and 5C. RGB value is (148,227,92). Sum of RGB (Red+Green+Blue) = 148+227+92=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #94E35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E35C is #6B1CA3. Grayscale: #BCBCBC. Windows color (decimal): -7019684 or 6087572. OLE color: 6087572.

HSL color Cylindrical-coordinate representation of color #94E35C: hue angle of 95.11º 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 #94E35C is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 227 92 -
CMYK 0.35 0 0.59 0.11
HSL 95.11º 0.71% 0.63% -
HSV(B) 95.11º 0.59% 0.89% -
XYZ 41.61 62.01 19.9 -
YUV 187.99 73.83 99.48 -
System Red Green Blue C M Y K H S L
Decimal 148 227 92 0.35 0 0.59 0.11 95.11 0.71 0.63
Hex 94 E3 5C 23 0 3B B 5F 47 3F
Octal 224 343 134 43 0 73 13 137 107 77
Binary 10010100 11100011 1011100 100011 0 111011 1011 1011111 1000111 111111

Color Harmonies of #94E35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E35C

Black with #94E35C

Text Example


Text Example

White with #94E35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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