Html Css Color HEX #94F55D Conifer

📋 copy color: '#94F55D'

red 148 ◦ green 245 ◦ blue 93

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

Shades of Conifer #94F55D

Tints of Conifer #94F55D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.41%

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

R = 30.45%
G = 50.41%
B = 19.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#94F55D (or 0x94F55D) is known color: Conifer. HEX triplet: 94, F5 and 5D. RGB value is (148,245,93). Sum of RGB (Red+Green+Blue) = 148+245+93=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #94F55D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F55D is #6B0AA2. Grayscale: #C7C7C7. Windows color (decimal): -7015075 or 6157716. OLE color: 6157716.

HSL color Cylindrical-coordinate representation of color #94F55D: hue angle of 98.29º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94F55D is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 245 93 -
CMYK 0.40 0 0.62 0.04
HSL 98.29º 0.88% 0.66% -
HSV(B) 98.29º 0.62% 0.96% -
XYZ 46.84 72.39 21.86 -
YUV 198.67 68.36 91.86 -
System Red Green Blue C M Y K H S L
Decimal 148 245 93 0.40 0 0.62 0.04 98.29 0.88 0.66
Hex 94 F5 5D 28 0 3E 4 62 58 42
Octal 224 365 135 50 0 76 4 142 130 102
Binary 10010100 11110101 1011101 101000 0 111110 100 1100010 1011000 1000010

Color Harmonies of #94F55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F55D

Black with #94F55D

Text Example


Text Example

White with #94F55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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