Html Css Color HEX #94E656 Conifer

📋 copy color: '#94E656'

red 148 ◦ green 230 ◦ blue 86

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

Shades of Conifer #94E656

Tints of Conifer #94E656

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.57%

 BLUE value IS 86 (33.98% from 255) = 18.53%

R = 31.9%
G = 49.57%
B = 18.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#94E656 (or 0x94E656) is known color: Conifer. HEX triplet: 94, E6 and 56. RGB value is (148,230,86). Sum of RGB (Red+Green+Blue) = 148+230+86=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #94E656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E656 is #6B19A9. Grayscale: #BDBDBD. Windows color (decimal): -7018922 or 5695124. OLE color: 5695124.

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

Color convert

RGB 148 230 86 -
CMYK 0.36 0 0.63 0.10
HSL 94.17º 0.74% 0.62% -
HSV(B) 94.17º 0.63% 0.9% -
XYZ 42.19 63.56 18.85 -
YUV 189.07 69.83 98.71 -
System Red Green Blue C M Y K H S L
Decimal 148 230 86 0.36 0 0.63 0.10 94.17 0.74 0.62
Hex 94 E6 56 24 0 3F A 5E 4A 3E
Octal 224 346 126 44 0 77 12 136 112 76
Binary 10010100 11100110 1010110 100100 0 111111 1010 1011110 1001010 111110

Color Harmonies of #94E656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E656

Black with #94E656

Text Example


Text Example

White with #94E656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,230,86); }

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

background-color css

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

 a { background-color: rgb(148,230,86); }

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

border-color css

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

 span { border-color: rgb(148,230,86); }

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