Html Css Color HEX #94DC57 Conifer

📋 copy color: '#94DC57'

red 148 ◦ green 220 ◦ blue 87

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

Shades of Conifer #94DC57

Tints of Conifer #94DC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.12%

R = 32.53%
G = 48.35%
B = 19.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#94DC57 (or 0x94DC57) is known color: Conifer. HEX triplet: 94, DC and 57. RGB value is (148,220,87). Sum of RGB (Red+Green+Blue) = 148+220+87=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC57 is #6B23A8. Grayscale: #B7B7B7. Windows color (decimal): -7021481 or 5758100. OLE color: 5758100.

HSL color Cylindrical-coordinate representation of color #94DC57: hue angle of 92.48º degrees, saturation: 0.66, 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 #94DC57 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 87 -
CMYK 0.33 0 0.60 0.14
HSL 92.48º 0.66% 0.6% -
HSV(B) 92.48º 0.6% 0.86% -
XYZ 39.53 58.17 18.16 -
YUV 183.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 148 220 87 0.33 0 0.60 0.14 92.48 0.66 0.6
Hex 94 DC 57 21 0 3C E 5C 42 3C
Octal 224 334 127 41 0 74 16 134 102 74
Binary 10010100 11011100 1010111 100001 0 111100 1110 1011100 1000010 111100

Color Harmonies of #94DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC57

Black with #94DC57

Text Example


Text Example

White with #94DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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