Html Css Color HEX #94FC5B Conifer

📋 copy color: '#94FC5B'

red 148 ◦ green 252 ◦ blue 91

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

Shades of Conifer #94FC5B

Tints of Conifer #94FC5B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.32%

 BLUE value IS 91 (35.94% from 255) = 18.53%

R = 30.14%
G = 51.32%
B = 18.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#94FC5B (or 0x94FC5B) is known color: Conifer. HEX triplet: 94, FC and 5B. RGB value is (148,252,91). Sum of RGB (Red+Green+Blue) = 148+252+91=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FC5B is #6B03A4. Grayscale: #CBCBCB. Windows color (decimal): -7013285 or 6028436. OLE color: 6028436.

HSL color Cylindrical-coordinate representation of color #94FC5B: hue angle of 98.76º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94FC5B is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 91 -
CMYK 0.41 0 0.64 0.01
HSL 98.76º 0.96% 0.67% -
HSV(B) 98.76º 0.64% 0.99% -
XYZ 48.91 76.67 22.12 -
YUV 202.55 65.04 89.09 -
System Red Green Blue C M Y K H S L
Decimal 148 252 91 0.41 0 0.64 0.01 98.76 0.96 0.67
Hex 94 FC 5B 29 0 40 1 63 60 43
Octal 224 374 133 51 0 100 1 143 140 103
Binary 10010100 11111100 1011011 101001 0 1000000 1 1100011 1100000 1000011

Color Harmonies of #94FC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FC5B

Black with #94FC5B

Text Example


Text Example

White with #94FC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,252,91); }

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

background-color css

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

 a { background-color: rgb(148,252,91); }

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

border-color css

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

 span { border-color: rgb(148,252,91); }

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