Html Css Color HEX #94FB5E Conifer

📋 copy color: '#94FB5E'

red 148 ◦ green 251 ◦ blue 94

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

Shades of Conifer #94FB5E

Tints of Conifer #94FB5E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.91%

 BLUE value IS 94 (37.11% from 255) = 19.07%

R = 30.02%
G = 50.91%
B = 19.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#94FB5E (or 0x94FB5E) is known color: Conifer. HEX triplet: 94, FB and 5E. RGB value is (148,251,94). Sum of RGB (Red+Green+Blue) = 148+251+94=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FB5E is #6B04A1. Grayscale: #CACACA. Windows color (decimal): -7013538 or 6224788. OLE color: 6224788.

HSL color Cylindrical-coordinate representation of color #94FB5E: hue angle of 99.36º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94FB5E is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 251 94 -
CMYK 0.41 0 0.63 0.02
HSL 99.36º 0.95% 0.68% -
HSV(B) 99.36º 0.63% 0.98% -
XYZ 48.73 76.1 22.71 -
YUV 202.31 66.88 89.27 -
System Red Green Blue C M Y K H S L
Decimal 148 251 94 0.41 0 0.63 0.02 99.36 0.95 0.68
Hex 94 FB 5E 29 0 3F 2 63 5F 44
Octal 224 373 136 51 0 77 2 143 137 104
Binary 10010100 11111011 1011110 101001 0 111111 10 1100011 1011111 1000100

Color Harmonies of #94FB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FB5E

Black with #94FB5E

Text Example


Text Example

White with #94FB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,251,94); }

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

background-color css

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

 a { background-color: rgb(148,251,94); }

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

border-color css

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

 span { border-color: rgb(148,251,94); }

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