Html Css Color HEX #94DC58 Conifer

📋 copy color: '#94DC58'

red 148 ◦ green 220 ◦ blue 88

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

Shades of Conifer #94DC58

Tints of Conifer #94DC58

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.25%

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 32.46%
G = 48.25%
B = 19.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#94DC58 (or 0x94DC58) is known color: Conifer. HEX triplet: 94, DC and 58. RGB value is (148,220,88). Sum of RGB (Red+Green+Blue) = 148+220+88=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC58 is #6B23A7. Grayscale: #B7B7B7. Windows color (decimal): -7021480 or 5823636. OLE color: 5823636.

HSL color Cylindrical-coordinate representation of color #94DC58: hue angle of 92.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94DC58 is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 88 -
CMYK 0.33 0 0.6 0.14
HSL 92.73º 0.65% 0.6% -
HSV(B) 92.73º 0.6% 0.86% -
XYZ 39.57 58.19 18.38 -
YUV 183.42 74.15 102.73 -
System Red Green Blue C M Y K H S L
Decimal 148 220 88 0.33 0 0.6 0.14 92.73 0.65 0.6
Hex 94 DC 58 21 0 3C E 5D 41 3C
Octal 224 334 130 41 0 74 16 135 101 74
Binary 10010100 11011100 1011000 100001 0 111100 1110 1011101 1000001 111100

Color Harmonies of #94DC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC58

Black with #94DC58

Text Example


Text Example

White with #94DC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,220,88); }

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

background-color css

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

 a { background-color: rgb(148,220,88); }

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

border-color css

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

 span { border-color: rgb(148,220,88); }

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