Html Css Color HEX #94FF5B Conifer

📋 copy color: '#94FF5B'

red 148 ◦ green 255 ◦ blue 91

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

Shades of Conifer #94FF5B

Tints of Conifer #94FF5B

RGB

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

 GREEN value IS 255 (100% from 255) = 51.62%

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

R = 29.96%
G = 51.62%
B = 18.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#94FF5B (or 0x94FF5B) is known color: Conifer. HEX triplet: 94, FF and 5B. RGB value is (148,255,91). Sum of RGB (Red+Green+Blue) = 148+255+91=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF5B is #6B00A4. Grayscale: #CCCCCC. Windows color (decimal): -7012517 or 6029204. OLE color: 6029204.

HSL color Cylindrical-coordinate representation of color #94FF5B: hue angle of 99.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94FF5B is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 148 255 91 -
CMYK 0.42 0 0.64 0
HSL 99.15º 1% 0.68% -
HSV(B) 99.15º 0.64% 1% -
XYZ 49.86 78.57 22.44 -
YUV 204.31 64.05 87.84 -
System Red Green Blue C M Y K H S L
Decimal 148 255 91 0.42 0 0.64 0 99.15 1 0.68
Hex 94 FF 5B 2A 0 40 0 63 64 44
Octal 224 377 133 52 0 100 0 143 144 104
Binary 10010100 11111111 1011011 101010 0 1000000 0 1100011 1100100 1000100

Color Harmonies of #94FF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF5B

Black with #94FF5B

Text Example


Text Example

White with #94FF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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